From 4ccb49bad31b3c4a9cc7c6138cae93bd60a7bec4 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 15 Oct 2019 22:47:20 -0700 Subject: Enforce --jit-debug test by another way --- test/ruby/test_jit_debug.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/ruby/test_jit_debug.rb (limited to 'test/ruby') diff --git a/test/ruby/test_jit_debug.rb b/test/ruby/test_jit_debug.rb new file mode 100644 index 0000000000..8f4386c398 --- /dev/null +++ b/test/ruby/test_jit_debug.rb @@ -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 -- cgit v1.2.3