From 95f37b477e09e2cfd2b75640ec805e1e6b7dd853 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 22 Aug 2007 07:01:51 +0000 Subject: * 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 --- bootstraptest/test_knownbug.rb | 9 +++++++++ bootstraptest/test_knwonbug.rb | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 bootstraptest/test_knownbug.rb delete mode 100644 bootstraptest/test_knwonbug.rb (limited to 'bootstraptest') diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb new file mode 100644 index 0000000000..069f09e41f --- /dev/null +++ b/bootstraptest/test_knownbug.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_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]" - - -- cgit v1.2.3