From f01fae288597249bacff89e89ebfbc3067036f82 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 21 Sep 2010 16:56:59 +0000 Subject: * bootstraptest/test_method.rb: fix last commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ bootstraptest/test_method.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 65068cb715..d90d244035 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 22 01:55:48 2010 Koichi Sasada + + * bootstraptest/test_method.rb: fix last commit. + Wed Sep 22 01:49:52 2010 Koichi Sasada * bootstraptest/test_method.rb: add a test for [ruby-core:30534]. diff --git a/bootstraptest/test_method.rb b/bootstraptest/test_method.rb index 2f5967933c..8d0db6e478 100644 --- a/bootstraptest/test_method.rb +++ b/bootstraptest/test_method.rb @@ -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]' -- cgit v1.2.3