summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-07 01:20:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-07 01:20:39 +0000
commit38f04d823150ac6e454d66a39fcfef00e3ad7239 (patch)
tree14039eacc14011ea909ca009ce8fda51a89c6bf1 /test
parent46761cdb9858e4f9cd93bdfe8e82670b21d5ef17 (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_basicinstructions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_basicinstructions.rb b/test/ruby/test_basicinstructions.rb
index 05a7bb8ece..4a1dc9ce12 100644
--- a/test/ruby/test_basicinstructions.rb
+++ b/test/ruby/test_basicinstructions.rb
@@ -604,7 +604,7 @@ class TestBasicInstructions < Test::Unit::TestCase
end
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]'
x = OP.new