diff options
Diffstat (limited to 'bootstraptest')
| -rw-r--r-- | bootstraptest/test_knownbug.rb | 8 | ||||
| -rw-r--r-- | bootstraptest/test_massign.rb | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index 9b688fca0..6d1c4721d 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -17,14 +17,6 @@ assert_equal 'ok', %q{ end }, '[ruby-core:14537]' -assert_equal 'ok', %q{ - while true - *, z = 1 - break - end - :ok -}, '[ruby-dev:32892]' - assert_equal 'ok', %q{ 1.times do diff --git a/bootstraptest/test_massign.rb b/bootstraptest/test_massign.rb index ad31729a7..0f63dd424 100644 --- a/bootstraptest/test_massign.rb +++ b/bootstraptest/test_massign.rb @@ -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]' |
