summaryrefslogtreecommitdiff
path: root/KNOWNBUGS.rb
diff options
context:
space:
mode:
Diffstat (limited to 'KNOWNBUGS.rb')
-rw-r--r--KNOWNBUGS.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb
index b97a08d928..4a1ea23896 100644
--- a/KNOWNBUGS.rb
+++ b/KNOWNBUGS.rb
@@ -3,3 +3,5 @@
# 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}')