Skip to content

Commit

Permalink
Update error message in test_rubyoptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Dec 15, 2023
1 parent a604fe4 commit b418e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_rubyoptions.rb
Expand Up @@ -288,7 +288,7 @@ def test_rjit_version
end

def test_parser_flag
warning = /The Prism compiler is currently experimental and compatibility with parse.y is not yet complete. Please report an issues you find on the prism issue tracker./
warning = /compiler based on the Prism parser is currently experimental/

assert_in_out_err(%w(--parser=prism -e) + ["puts :hi"], "", %w(hi), warning)

Expand Down

0 comments on commit b418e5a

Please sign in to comment.