summaryrefslogtreecommitdiff
path: root/bootstraptest/test_knwonbug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/test_knwonbug.rb')
-rw-r--r--bootstraptest/test_knwonbug.rb9
1 files changed, 9 insertions, 0 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]"
+
+