summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 03:25:02 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 03:25:02 +0000
commitdf08853630b3bc270250bf734957e6bb95a4b52e (patch)
treeb8cf95a4a8c1ce4ad2f55c44d95fe873e0c2b6eb /bootstraptest
parent79f9b6c2cbfbd1231815e7323cedfd769f99c64b (diff)
illegal -> invalid.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_syntax.rb2
1 files changed, 1 insertions, 1 deletions
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]'