From 65dced4320996dc6a2c20f3dc60061106bb75963 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 22 Dec 2018 07:14:13 +0000 Subject: Removed garbage output git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_exception.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb index a4a70eb5fc..b2f6bf07ea 100644 --- a/test/ruby/test_exception.rb +++ b/test/ruby/test_exception.rb @@ -1346,7 +1346,6 @@ $stderr = $stdout; raise "\x82\xa0"') do |outs, errs, status| end def test_non_exception_cause - puts "foo" code = "#{<<~"begin;"}\n#{<<~'end;'}" begin; raise "foo", cause: 1 -- cgit v1.2.3