From 7c3887408abefd58cabb7a28621e9fd66b41c7ac Mon Sep 17 00:00:00 2001 From: k0kubun Date: Thu, 8 Feb 2018 13:40:47 +0000 Subject: 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 --- test/ruby/test_jit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_jit.rb') diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb index c3c11a1efb..71807c5eba 100644 --- a/test/ruby/test_jit.rb +++ b/test/ruby/test_jit.rb @@ -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 -- cgit v1.2.3