diff options
author | Kevin Newton <[email protected]> | 2024-02-14 10:32:09 -0500 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-02-16 11:56:48 -0500 |
commit | 8414c26f0d858d343686825e58afa323fe90f4a2 (patch) | |
tree | 91621e3ed15df37d115749a7959821340085f116 /test/ruby/test_rubyoptions.rb | |
parent | f5801e2bf404cbb0f673a6ebb040b0ba6cd01b77 (diff) |
[PRISM] Make prism compiler warning experimental
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
-rw-r--r-- | test/ruby/test_rubyoptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 0406efea79..6bf94fed32 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -302,7 +302,7 @@ class TestRubyOptions < Test::Unit::TestCase assert_in_out_err(%w(--parser=notreal -e) + ["puts :hi"], "", [], /unknown parser notreal/) - assert_in_out_err(%w(--parser=prism --version), "", /\+PRISM/, warning) + assert_in_out_err(%w(--parser=prism --version), "", /\+PRISM/, []) end def test_eval |