mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_jit.rb: fix typo
This is notified by zns-san. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1491ef544d
commit
7c3887408a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class TestJIT < Test::Unit::TestCase
|
|||
)
|
||||
end
|
||||
if stdout
|
||||
assert_match(stdout, out, "Expected stderr #{out.inspect} to match #{stdout.inspect} with script:\n#{code_block(script)}")
|
||||
assert_match(stdout, out, "Expected stdout #{out.inspect} to match #{stdout.inspect} with script:\n#{code_block(script)}")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue