mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_basicinstructions.rb: implementation defined
* test/ruby/test_basicinstructions.rb (test_send_opassign): implementation defined behavior. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cbb86ec6fe
commit
46761cdb98
1 changed files with 2 additions and 0 deletions
|
@ -604,6 +604,8 @@ class TestBasicInstructions < Test::Unit::TestCase
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue