mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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@39123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
90eb265f86
commit
cbb86ec6fe
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ class TestBasicInstructions < Test::Unit::TestCase
|
|||
assert_equal 4, x[0]
|
||||
end
|
||||
|
||||
def test_send_opassing
|
||||
def test_send_opassign
|
||||
bug7773 = '[ruby-core:51821]'
|
||||
x = OP.new
|
||||
assert_equal 42, x.foo = 42, bug7773
|
||||
|
|
Loading…
Reference in a new issue