From e0dcf23cd5973c9f1fdb7218cf3eac7774f1f0c2 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 20 Dec 2007 01:03:15 +0000 Subject: * insnhelper.ci (vm_expandarray): fix sp increase place. a patch from Yusuke ENDOH in [ruby-dev:32581]. * bootstraptest/test_massign.rb: add a test for above. * bootstraptest/test_syntax.rb: fix last committed test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_syntax.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest/test_syntax.rb') diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb index 37b07b0c15..2be4efb388 100644 --- a/bootstraptest/test_syntax.rb +++ b/bootstraptest/test_syntax.rb @@ -644,7 +644,7 @@ assert_equal 'true', %q{ assert_normal_exit %q{ eval "while true; return; end rescue p $!" }, '[ruby-dev:31663]' -assert_equal :ok, %q{ +assert_equal '1', %q{ def bar raise end -- cgit v1.2.3