Skip to content

Commit

Permalink
test/ruby/test_jit_debug.rb: Skip unsupported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Apr 18, 2020
1 parent 75f6d70 commit 8d6aa06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ruby/test_jit_debug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

class TestJITDebug < TestJIT
def setup
unless JITSupport.supported?
skip 'JIT seems not supported on this platform'
end
# let `#eval_with_jit` use --jit-debug
@jit_debug = true
end
Expand Down

0 comments on commit 8d6aa06

Please sign in to comment.