aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-08 13:40:47 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-08 13:40:47 +0000
commitba90d805e9bc377361530092981cdd020ce13c1c (patch)
treea80991c1ee497f426ebf031b36bcda4015cac51a /test
parentdcd5d2de9abdbb9d30d3b5f0c6fbec8ec4d319cc (diff)
downloadruby-ba90d805e9bc377361530092981cdd020ce13c1c.tar.gz
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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_jit.rb2
1 files changed, 1 insertions, 1 deletions
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