mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed a duplicate assertion
This commit is contained in:
parent
6be9d18a4d
commit
1df3896382
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ class TestRipper::Lexer < Test::Unit::TestCase
|
|||
|
||||
def test_raise_errors_keyword
|
||||
assert_raise(SyntaxError) { Ripper.tokenize('def req(true) end', raise_errors: true) }
|
||||
assert_raise(SyntaxError) { Ripper.tokenize('def req(true) end', raise_errors: true) }
|
||||
end
|
||||
|
||||
def test_tokenize_with_syntax_error
|
||||
|
|
Loading…
Add table
Reference in a new issue