summaryrefslogtreecommitdiff
path: root/test/ripper
diff options
context:
space:
mode:
Diffstat (limited to 'test/ripper')
-rw-r--r--test/ripper/test_scanner_events.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ripper/test_scanner_events.rb b/test/ripper/test_scanner_events.rb
index ffe2ea1e37..cef584c157 100644
--- a/test/ripper/test_scanner_events.rb
+++ b/test/ripper/test_scanner_events.rb
@@ -31,7 +31,7 @@ class TestRipper::ScannerEvents < Test::Unit::TestCase
alias compile_error on_error
end
end
- lexer.lex.select {|_1,type,_2| type == sym }.map {|_1,_2,tok| tok }
+ lexer.lex.select {|_,type,_| type == sym }.map {|_,_,tok| tok }
end
def test_tokenize