summaryrefslogtreecommitdiffhomepage
path: root/test/t
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-03-19 08:03:39 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2017-03-19 08:05:19 +0900
commit8d1468eab456a21bbd7a8e8a6a9b87f27fa69062 (patch)
tree22ad4acaaef9f4f43182856032c77551fcd5e16a /test/t
parente6b5c75ec5a299e43fd9b9e2ba63831780011c1a (diff)
downloadmruby-8d1468eab456a21bbd7a8e8a6a9b87f27fa69062.tar.gz
mruby-8d1468eab456a21bbd7a8e8a6a9b87f27fa69062.zip
Remove cname duplication from exc_inspect().
Diffstat (limited to 'test/t')
-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