8000 test/lib/jit_support.rb: The path to icc was changed · github/ruby@16415fe · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 16415fe

Browse files
committed
test/lib/jit_support.rb: The path to icc was changed
1 parent aa44b29 commit 16415fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/jit_support.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module JITSupport
55
JIT_SUCCESS_PREFIX = 'JIT success \(\d+\.\dms\)'
66
JIT_COMPACTION_PREFIX = 'JIT compaction \(\d+\.\dms\)'
77
UNSUPPORTED_COMPILERS = [
8-
%r[\A/opt/intel/.*/bin/intel64/icc\b],
8+
%r[\A.*/bin/intel64/icc\b],
99
%r[\A/opt/developerstudio\d+\.\d+/bin/cc\z],
1010
]
1111

0 commit comments

Comments
 (0)
0