summaryrefslogtreecommitdiff
path: root/KNOWNBUGS.rb
diff options
context:
space:
mode:
Diffstat (limited to 'KNOWNBUGS.rb')
-rw-r--r--KNOWNBUGS.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb
index 4a1ea23896..b97a08d928 100644
--- a/KNOWNBUGS.rb
+++ b/KNOWNBUGS.rb
@@ -3,5 +3,3 @@
# So all tests will cause failure.
#
-assert_equal('ok', "TracePoint.new(:line) {raise}.enable {\n 1\n}\n'ok'")
-assert_finish(3, 'def m; end; TracePoint.new(:return) {raise}.enable {m}')