mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 11:33:58 +02:00
Revert "disable yjit when testing mjit"
This reverts commit e8622ce5c0a09c7213e4d536ddd0ef3ea68377ef.
This commit is contained in:
parent
afc5db43ca
commit
554d76afb4
1 changed files with 3 additions and 3 deletions
|
@ -164,9 +164,9 @@ class TestRubyOptions < Test::Unit::TestCase
|
|||
|
||||
def test_enable
|
||||
if JITSupport.supported?
|
||||
assert_in_out_err(%w(--enable all --disable-yjit -e) + [""], "", [], [])
|
||||
assert_in_out_err(%w(--enable-all --disable-yjit -e) + [""], "", [], [])
|
||||
assert_in_out_err(%w(--enable=all --disable-yjit -e) + [""], "", [], [])
|
||||
assert_in_out_err(%w(--enable all -e) + [""], "", [], [])
|
||||
assert_in_out_err(%w(--enable-all -e) + [""], "", [], [])
|
||||
assert_in_out_err(%w(--enable=all -e) + [""], "", [], [])
|
||||
end
|
||||
assert_in_out_err(%w(--enable foobarbazqux -e) + [""], "", [],
|
||||
/unknown argument for --enable: `foobarbazqux'/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue