We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f6d70 commit 8d6aa06Copy full SHA for 8d6aa06
1 file changed
test/ruby/test_jit_debug.rb
@@ -8,6 +8,9 @@
8
9
class TestJITDebug < TestJIT
10
def setup
11
+ unless JITSupport.supported?
12
+ skip 'JIT seems not supported on this platform'
13
+ end
14
# let `#eval_with_jit` use --jit-debug
15
@jit_debug = true
16
end
0 commit comments