1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_basicinstructions.rb: fix typo

* test/ruby/test_basicinstructions.rb (test_send_opassign): fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-02-07 01:20:39 +00:00
parent 46761cdb98
commit 38f04d8231

View file

@ -604,7 +604,7 @@ class TestBasicInstructions < Test::Unit::TestCase
end end
def test_send_opassign def test_send_opassign
return if defined?(RUBY_ENGINE) and RUBY_ENGINE == "ruby" return if defined?(RUBY_ENGINE) and RUBY_ENGINE != "ruby"
bug7773 = '[ruby-core:51821]' bug7773 = '[ruby-core:51821]'
x = OP.new x = OP.new