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