summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstraptest/test_flow.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_flow.rb b/bootstraptest/test_flow.rb
index ed273953de..edc6e46f10 100644
--- a/bootstraptest/test_flow.rb
+++ b/bootstraptest/test_flow.rb
@@ -552,7 +552,7 @@ end
assert_equal %q{ok}, %q{
$x = :ok
o = Object.new
- def o.inspect(*args)
+ def o.inspect
yield if block_given?
super
end