From aac7837c764443894c8818f5e6ac862ad7692ecd Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 27 Jun 2014 06:28:18 +0000 Subject: Revert r46568 "assertions.rb: refine message" Don't inspect exceptions without backtrace omission for SystemStackError. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/lib/test/unit/assertions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lib/test') diff --git a/test/lib/test/unit/assertions.rb b/test/lib/test/unit/assertions.rb index 435719a22e..869baf505f 100644 --- a/test/lib/test/unit/assertions.rb +++ b/test/lib/test/unit/assertions.rb @@ -126,7 +126,7 @@ module Test raise TypeError, "Expected #{expected.inspect} to be a kind of String or Regexp, not #{expected.class}" end - ex = assert_raise(exception, msg || proc {"Exception(#{exception}) with message matches to #{expected.inspect}"}) {yield} + ex = assert_raise(exception, *msg) {yield} msg = message(msg, "") {"Expected Exception(#{exception}) was raised, but the message doesn't match"} if assert == :assert_equal -- cgit v1.2.3