mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
9831508ba3
commit
f01fae2885
2 changed files with 5 additions and 1 deletions
|
@ -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].
|
||||
|
|
|
@ -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]'
|
||||
|
||||
|
|
Loading…
Reference in a new issue