diff options
author | Alan Wu <[email protected]> | 2023-12-11 18:55:24 -0500 |
---|---|---|
committer | Alan Wu <[email protected]> | 2023-12-11 19:21:08 -0500 |
commit | 4eca329d29a98209df401aa97d55b9fb8684ba1b (patch) | |
tree | 104d23426049dbb84e9543c0c372b37075a3b833 | |
parent | 9cb0ad863c0781062388fe1bb2a5d279dc29e734 (diff) |
Skip a YJIT test on RJIT
-rw-r--r-- | bootstraptest/test_yjit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_yjit.rb b/bootstraptest/test_yjit.rb index 5e64c83b5c..43ed9f2803 100644 --- a/bootstraptest/test_yjit.rb +++ b/bootstraptest/test_yjit.rb @@ -9,7 +9,7 @@ assert_equal '[:ae, :ae]', %q{ end [test(Array.new 5), test([])] -} +} unless defined?(RubyVM::RJIT) && RubyVM::RJIT.enabled? # Not yet working on RJIT # regression test for arity check with splat and send assert_equal '[:ae, :ae]', %q{ |