ruby-changes:27072
From: nobu <ko1@a...>
Date: Thu, 7 Feb 2013 10:07:40 +0900 (JST)
Subject: [ruby-changes:27072] nobu:r39124 (trunk): test_basicinstructions.rb: implementation defined
nobu 2013-02-07 10:07:22 +0900 (Thu, 07 Feb 2013) New Revision: 39124 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39124 Log: test_basicinstructions.rb: implementation defined * test/ruby/test_basicinstructions.rb (test_send_opassign): implementation defined behavior. Modified files: trunk/test/ruby/test_basicinstructions.rb Index: test/ruby/test_basicinstructions.rb =================================================================== --- test/ruby/test_basicinstructions.rb (revision 39123) +++ test/ruby/test_basicinstructions.rb (revision 39124) @@ -604,6 +604,8 @@ 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" + bug7773 = '[ruby-core:51821]' x = OP.new assert_equal 42, x.foo = 42, bug7773 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/