summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-25 13:51:49 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-25 13:52:53 +0900
commit33c5ad3154099769cec7f77b6d95cbf4b8d52bb0 (patch)
tree90034f953ef1914acbcb2b094c7b1fea48d1bd8f /test
parent55e1e22b2d44a8a1eca0f6ed2b11dc0f564f7192 (diff)
Removed idNUMPARAM_0
Diffstat (limited to 'test')
-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