Skip a YJIT test on RJIT

This commit is contained in:
Alan Wu 2023-12-11 18:55:24 -05:00
parent 9cb0ad863c
commit 4eca329d29

View File

@ -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{