ruby-changes:27073
From: nobu <ko1@a...>
Date: Thu, 7 Feb 2013 10:40:54 +0900 (JST)
Subject: [ruby-changes:27073] nobu:r39125 (trunk): test_basicinstructions.rb: fix typo
nobu 2013-02-07 10:20:39 +0900 (Thu, 07 Feb 2013) New Revision: 39125 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39125 Log: test_basicinstructions.rb: fix typo * test/ruby/test_basicinstructions.rb (test_send_opassign): fix typo. Modified files: trunk/test/ruby/test_basicinstructions.rb Index: test/ruby/test_basicinstructions.rb =================================================================== --- test/ruby/test_basicinstructions.rb (revision 39124) +++ test/ruby/test_basicinstructions.rb (revision 39125) @@ -604,7 +604,7 @@ class TestBasicInstructions < Test::Unit https://github.com/ruby/ruby/blob/trunk/test/ruby/test_basicinstructions.rb#L604 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/