From e9a2d02fec6e3d662ed536f5b38bcbcedb549fa0 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 22 Aug 2007 05:09:45 +0000 Subject: * bootstraptest/test_knwonbug.rb: added. This file will contain test cases which point out known bug. If bug is fixed, tests should move to the suitable place. * bootstraptest/test_massign.rb: move a test which show known bug to test_knownbug.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_massign.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'bootstraptest/test_massign.rb') diff --git a/bootstraptest/test_massign.rb b/bootstraptest/test_massign.rb index f0a2576d70..71b53452b9 100644 --- a/bootstraptest/test_massign.rb +++ b/bootstraptest/test_massign.rb @@ -4,8 +4,6 @@ assert_equal '[[1], 2, 3]', '*v1,(*), (a, b) = [1,:x,[2, 3]]; [v1, a, b]' assert_equal '[]', '*a = *nil; a' assert_equal '[nil]', '*a = nil; a' -assert_equal '2', 'a, a = 1, 2; a', "[ruby-dev:31522]" - =begin # generated by this script: -- cgit v1.2.3