From b418e5a5800513da7204c0ba7b3a95a2d9ee9a7e Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Fri, 15 Dec 2023 13:18:40 -0500 Subject: Update error message in test_rubyoptions --- test/ruby/test_rubyoptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index be363008de..8118d59118 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -288,7 +288,7 @@ class TestRubyOptions < Test::Unit::TestCase 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) -- cgit v1.2.3