summaryrefslogtreecommitdiff
path: root/test/ripper/test_scanner_events.rb
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-22 21:22:23 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-22 21:22:23 +0000
commita6149d7f31663d38864917f9397e87a0357a3cdd (patch)
tree10639912825c1f0c37dde404a5f3a3d421b3f951 /test/ripper/test_scanner_events.rb
parent9c1469ee80602ffb55368659a0bb690d3f8a0e0c (diff)
sync scanner event name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ripper/test_scanner_events.rb')
-rw-r--r--test/ripper/test_scanner_events.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ripper/test_scanner_events.rb b/test/ripper/test_scanner_events.rb
index ab66e357b6..5847a61b63 100644
--- a/test/ripper/test_scanner_events.rb
+++ b/test/ripper/test_scanner_events.rb
@@ -791,13 +791,13 @@ class TestRipper_ScannerEvents < Test::Unit::TestCase
def test_label
end
- def test_lambda
+ def test_tlambda
end
- def test_lambeg
+ def test_tlambeg
end
- def test_lambda_arg
+ def test_tlambda_arg
end
end