aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knwonbug.rb9
-rw-r--r--bootstraptest/test_massign.rb2
2 files changed, 9 insertions, 2 deletions
diff --git a/bootstraptest/test_knwonbug.rb b/bootstraptest/test_knwonbug.rb
new file mode 100644
index 0000000000..069f09e41f
--- /dev/null
+++ b/bootstraptest/test_knwonbug.rb
@@ -0,0 +1,9 @@
+#
+# This test file concludes tests which point out known bugs.
+# So all tests will cause failure.
+#
+
+# massign
+assert_equal '2', 'a, a = 1, 2; a', "[ruby-dev:31522]"
+
+
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: