unused argument removed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-11-17 13:24:44 +00:00
parent b8f78637c5
commit 85bf0a2eb6

View File

@ -196,7 +196,7 @@ module Test
end
end
def assert_ruby_status(args, test_stdin="", message=nil, opt={}, &b)
def assert_ruby_status(args, test_stdin="", message=nil, opt={})
stdout, stderr, status = invoke_ruby(args, test_stdin, false, false, opt)
m = message ? "#{message} (#{status.inspect})" : "ruby exit stauts is not success: #{status.inspect}"
assert(status.success?, m)