summaryrefslogtreecommitdiff
path: root/bootstraptest/test_knwonbug.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-22 07:01:51 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-22 07:01:51 +0000
commit95f37b477e09e2cfd2b75640ec805e1e6b7dd853 (patch)
tree5b82e1f918bef0693d5c126f21f8de89ceabd6cf /bootstraptest/test_knwonbug.rb
parente9a2d02fec6e3d662ed536f5b38bcbcedb549fa0 (diff)
* bootstraptest/test_knownbug.rb:
fix typo of filename (test_knwonbug.rb). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/test_knwonbug.rb')
-rw-r--r--bootstraptest/test_knwonbug.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/bootstraptest/test_knwonbug.rb b/bootstraptest/test_knwonbug.rb
deleted file mode 100644
index 069f09e41f..0000000000
--- a/bootstraptest/test_knwonbug.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# 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]"
-
-