mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix indentation in test
This commit is contained in:
parent
367884c659
commit
0d9913e52f
Notes:
git
2021-10-28 02:00:39 +09:00
1 changed files with 5 additions and 5 deletions
|
@ -30,11 +30,11 @@ class TestYJIT < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_command_line_switches
|
||||
assert_in_out_err('--yjit-', '', [], /invalid option --yjit-/)
|
||||
assert_in_out_err('--yjithello', '', [], /invalid option --yjithello/)
|
||||
assert_in_out_err('--yjit-call-threshold', '', [], /--yjit-call-threshold needs an argument/)
|
||||
assert_in_out_err('--yjit-call-threshold=', '', [], /--yjit-call-threshold needs an argument/)
|
||||
assert_in_out_err('--yjit-greedy-versioning=1', '', [], /warning: argument to --yjit-greedy-versioning is ignored/)
|
||||
assert_in_out_err('--yjit-', '', [], /invalid option --yjit-/)
|
||||
assert_in_out_err('--yjithello', '', [], /invalid option --yjithello/)
|
||||
assert_in_out_err('--yjit-call-threshold', '', [], /--yjit-call-threshold needs an argument/)
|
||||
assert_in_out_err('--yjit-call-threshold=', '', [], /--yjit-call-threshold needs an argument/)
|
||||
assert_in_out_err('--yjit-greedy-versioning=1', '', [], /warning: argument to --yjit-greedy-versioning is ignored/)
|
||||
end
|
||||
|
||||
def test_enable_from_env_var
|
||||
|
|
Loading…
Reference in a new issue