aboutsummaryrefslogtreecommitdiffstats
path: root/KNOWNBUGS.rb
diff options
context:
space:
mode:
Diffstat (limited to 'KNOWNBUGS.rb')
-rw-r--r--KNOWNBUGS.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb
index 2eb472c9ad..35a8e75876 100644
--- a/KNOWNBUGS.rb
+++ b/KNOWNBUGS.rb
@@ -5,13 +5,3 @@
# This test file includes tests which point out known bugs.
# So all tests will cause failure.
#
-
-assert_normal_exit("#{<<-";END;"}", timeout: 5)
-begin
- require "-test-/typeddata"
-rescue LoadError
-else
- n = 1 << 20
- Bug::TypedData.make(n)
-end
-;END;