Skip to content

Commit

Permalink
Remove test, as covered by sample
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcodes committed Oct 1, 2018
1 parent 7625741 commit 9d340a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/lexers/kotlin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@
it 'recognizes one-line comments not followed by a newline (#797)' do
assert_tokens_equal '// comment', ['Comment.Single', '// comment']
end

it 'recognizes annotations' do
assert_tokens_equal '@Deprecated', ['Name.Decorator', '@Deprecated']
end
end
end

0 comments on commit 9d340a0

Please sign in to comment.