ruby-changes:27071
From: nobu <ko1@a...>
Date: Thu, 7 Feb 2013 10:06:46 +0900 (JST)
Subject: [ruby-changes:27071] nobu:r39123 (trunk): test_basicinstructions.rb: fix typo
nobu 2013-02-07 10:05:50 +0900 (Thu, 07 Feb 2013) New Revision: 39123 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39123 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 39122) +++ test/ruby/test_basicinstructions.rb (revision 39123) @@ -603,7 +603,7 @@ class TestBasicInstructions < Test::Unit https://github.com/ruby/ruby/blob/trunk/test/ruby/test_basicinstructions.rb#L603 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/