Skip to content

Commit

Permalink
Skip a YJIT test on RJIT
Browse files Browse the repository at this point in the history
  • Loading branch information
XrXr committed Dec 12, 2023
1 parent 9cb0ad8 commit 4eca329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstraptest/test_yjit.rb
Expand Up @@ -9,7 +9,7 @@ def test(args)
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{
Expand Down

0 comments on commit 4eca329

Please sign in to comment.