aboutsummaryrefslogtreecommitdiffstats
path: root/KNOWNBUGS.rb
diff options
context:
space:
mode:
Diffstat (limited to 'KNOWNBUGS.rb')
-rw-r--r--KNOWNBUGS.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb
index 2e4f058661..b97a08d928 100644
--- a/KNOWNBUGS.rb
+++ b/KNOWNBUGS.rb
@@ -3,14 +3,3 @@
# So all tests will cause failure.
#
-assert_normal_exit %q{
- require 'timeout'
- timeout(2) do
- loop do
- def x
- "hello" * 1000
- end
- method(:x).call
- end
- end
-}, '[ruby-core:53640] [Bug #8100]'