1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Enforce --jit-debug test by another way

This commit is contained in:
Takashi Kokubun 2019-10-15 22:47:20 -07:00
parent 759576a03f
commit 4ccb49bad3
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD
3 changed files with 9 additions and 7 deletions

View file

@ -0,0 +1,8 @@
require_relative 'test_jit'
class TestJITDebug < TestJIT
def setup
# let `#eval_with_jit` use --jit-debug
@jit_debug = true
end
end