diff options
-rw-r--r-- | KNOWNBUGS.rb | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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; |