From df08853630b3bc270250bf734957e6bb95a4b52e Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 21 Dec 2007 03:25:02 +0000 Subject: illegal -> invalid. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_syntax.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb index 2be4efb388..e06db6bf4a 100644 --- a/bootstraptest/test_syntax.rb +++ b/bootstraptest/test_syntax.rb @@ -624,7 +624,7 @@ assert_equal '2', %q{ end } -assert_match /illegal multibyte char/, %q{ +assert_match /invalid multibyte char/, %q{ STDERR.reopen(STDOUT) eval("\"\xf0".force_encoding("utf-8")) }, '[ruby-dev:32429]' -- cgit v1.2.3