summaryrefslogtreecommitdiff
path: root/bootstraptest/test_knownbug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/test_knownbug.rb')
-rw-r--r--bootstraptest/test_knownbug.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index c438231f2c..6aedfbb6e5 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -44,8 +44,6 @@ assert_equal 'ok', %q{
end
}, '[ruby-core:14537]'
-assert_valid_syntax('1.times {|i|print (42),1;}', '[ruby-list:44479]')
-
assert_normal_exit %q{
"abc".gsub(/./, "a" => "z")
}