* bootstraptest/test_method.rb: fix last commit.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2010-09-21 16:56:59 +00:00
parent 9831508ba3
commit f01fae2885
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Sep 22 01:55:48 2010 Koichi Sasada <ko1@atdot.net>
* bootstraptest/test_method.rb: fix last commit.
Wed Sep 22 01:49:52 2010 Koichi Sasada <ko1@atdot.net>
* bootstraptest/test_method.rb: add a test for [ruby-core:30534].

View File

@ -1176,7 +1176,7 @@ assert_equal 'ok', %q{
end
}
assert_equal 'ok', %q{
p [0][0, &proc{}] += 21
[0][0, &proc{}] += 21
'ok'
}, '[ruby-core:30534]'