summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_rubyoptions.rb2
1 files changed, 1 insertions, 1 deletions
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)