diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-05 13:41:37 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-05 23:28:59 -0800 |
| commit | 91f1dc532cfd063b561a056c4c434956488d8505 (patch) | |
| tree | 4438ff535ccfcc9982aaa742954add76620742c4 /test/ruby | |
| parent | f0218303e050377da8f4b21a6a2a0bc4c3118cb6 (diff) | |
Remove an obsoleted test
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7448
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_rubyoptions.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 15c9f293ed..def550f6a2 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -1128,13 +1128,6 @@ class TestRubyOptions < Test::Unit::TestCase assert_in_out_err([IO::NULL], success: true) end - def test_mjit_debug - if JITSupport.supported? - env = { 'MJIT_SEARCH_BUILD_DIR' => 'true' } - assert_in_out_err([env, "--disable-yjit", "--mjit-debug=-O0 -O1", "--mjit-verbose=2", "" ], "", [], /-O0 -O1/) - end - end - private def yjit_force_enabled? |
