summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-11 09:36:08 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-11 09:36:08 +0000
commit24b8ca17d5c9874f90d66d55b8e3d4299b82ab02 (patch)
treecc6c97311946bc98292b33004ec34e8fd4667b04 /test/ruby
parent31b6ac1b9a6ebc0f97cc0ceea11ad3e488fa6561 (diff)
test_jit.rb: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-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 55c03f72d8..a75aa9d974 100644
--- a/test/ruby/test_jit.rb
+++ b/test/ruby/test_jit.rb
@@ -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