summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index 62c0de57fe..7a697c76b8 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -47,10 +47,6 @@ assert_equal 'ok', %q{
assert_valid_syntax('1.times {|i|print (42),1;}', '[ruby-list:44479]')
assert_normal_exit %q{
- File.read("empty", nil, nil, {})
-}, '[ruby-dev:33072]'
-
-assert_normal_exit %q{
"abc".gsub(/./, "a" => "z")
}