test_jit.rb: fix typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-03-11 09:36:08 +00:00
parent 31b6ac1b9a
commit 24b8ca17d5

View File

@ -547,7 +547,7 @@ class TestJIT < Test::Unit::TestCase
actual = err.scan(/^#{JIT_SUCCESS_PREFIX}:/).size
# Debugging on CI
if stderr.include?("gcc: error trying to exec 'cc1': execvp: No such file or directory")
if err.include?("gcc: error trying to exec 'cc1': execvp: No such file or directory")
puts "test/ruby/test_jit.rb: ENV content:"
pp ENV
end