summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/t/exception.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/exception.rb b/test/t/exception.rb
index 2dc8f5487..9c8b36e44 100644
--- a/test/t/exception.rb
+++ b/test/t/exception.rb
@@ -353,7 +353,7 @@ assert('Exception 19') do
end
assert('Exception#inspect without message') do
- assert_equal "Exception: Exception", Exception.new.inspect
+ assert_equal "Exception", Exception.new.inspect
end
assert('Exception#backtrace') do