summaryrefslogtreecommitdiff
path: root/bootstraptest/test_proc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/test_proc.rb')
-rw-r--r--bootstraptest/test_proc.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstraptest/test_proc.rb b/bootstraptest/test_proc.rb
index 2fb5da41c9..1ab9444c31 100644
--- a/bootstraptest/test_proc.rb
+++ b/bootstraptest/test_proc.rb
@@ -392,6 +392,5 @@ assert_equal 'ok', %q{
f = Foo.new
a_proc = give_it
- p :call_it
f.call_it(&give_it())
}, '[ruby-core:15711]'