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:
parent
759576a03f
commit
4ccb49bad3
3 changed files with 9 additions and 7 deletions
8
test/ruby/test_jit_debug.rb
Normal file
8
test/ruby/test_jit_debug.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue