aboutsummaryrefslogtreecommitdiffstats
path: root/test/ripper
diff options
context:
space:
mode:
Diffstat (limited to 'test/ripper')
-rw-r--r--test/ripper/test_parser_events.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ripper/test_parser_events.rb b/test/ripper/test_parser_events.rb
index 662ab3d7fe..4cb56f66f0 100644
--- a/test/ripper/test_parser_events.rb
+++ b/test/ripper/test_parser_events.rb
@@ -60,7 +60,6 @@ class TestRipper::ParserEvents < Test::Unit::TestCase
assert_equal '[ref(true)]', parse('true')
assert_equal '[vcall(_0)]', parse('_0')
assert_equal '[vcall(_1)]', parse('_1')
- assert_include parse('proc{_0}'), '[ref(_0)]'
assert_include parse('proc{_1}'), '[ref(_1)]'
end