summaryrefslogtreecommitdiff
path: root/test/ripper/test_parser_events.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-22 08:59:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-22 08:59:57 +0000
commit04c651c0bd11878d25fa6f5abd21cdbca9b843f2 (patch)
treef1ca700a7cd8d481045cc806f2c53ba057a304f5 /test/ripper/test_parser_events.rb
parent372dcece3f69989d133f720468f1e24aa1133cda (diff)
* test/ripper/test_parser_events.rb (test_local_variables): for r27431.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ripper/test_parser_events.rb')
-rw-r--r--test/ripper/test_parser_events.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ripper/test_parser_events.rb b/test/ripper/test_parser_events.rb
index 3025025fa8..c07fc4a01e 100644
--- a/test/ripper/test_parser_events.rb
+++ b/test/ripper/test_parser_events.rb
@@ -1069,7 +1069,7 @@ class TestRipper::ParserEvents < Test::Unit::TestCase
end
def test_local_variables
- cmd = 'command(w,[regexp_literal(xstring_add(xstring_new(),25 # ),/)])'
+ cmd = 'command(w,[regexp_literal(regexp_add(regexp_new(),25 # ),/)])'
div = 'binary(ref(w),/,25)'
var = '[w]'
bug1939 = '[ruby-core:24923]'