summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_basicinstructions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_basicinstructions.rb b/test/ruby/test_basicinstructions.rb
index 4aa164e0c4..bb82161726 100644
--- a/test/ruby/test_basicinstructions.rb
+++ b/test/ruby/test_basicinstructions.rb
@@ -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