1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* insns.def (expandarray): fix stack inc.

* bootstraptest/test_knownbug.rb, test_massign.rb: move a fixed test.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2008-01-23 17:17:23 +00:00
parent ac7794478c
commit ea5aa33504
4 changed files with 13 additions and 9 deletions

View file

@ -174,3 +174,10 @@ assert_equal 'ok', %q{
:ok
}, '[ruby-dev:32581]'
assert_equal 'ok', %q{
while true
*, z = 1
break
end
:ok
}, '[ruby-dev:32892]'