summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index afa258eb11..d5845d149e 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -100,3 +100,7 @@ assert_equal 'ok', %q{
:ok
end
}, '[ruby-dev:34579]'
+
+assert_normal_exit %q{
+ eval("", method(:proc).call {}.binding)
+}