From 8d1468eab456a21bbd7a8e8a6a9b87f27fa69062 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sun, 19 Mar 2017 08:03:39 +0900 Subject: Remove cname duplication from exc_inspect(). --- test/t/exception.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3