aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_object.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_object.rb')
-rw-r--r--test/ruby/test_object.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_object.rb b/test/ruby/test_object.rb
index 0ab134170d..e170935c3b 100644
--- a/test/ruby/test_object.rb
+++ b/test/ruby/test_object.rb
@@ -844,7 +844,7 @@ class TestObject < Test::Unit::TestCase
end
end
- assert_raise_with_message(#{exc}, "bug5473") {1.foo}
+ assert_raise_with_message(#{exc}, "bug5473", #{bug5473.dump}) {1.foo}
SRC
end
end