summaryrefslogtreecommitdiff
path: root/bootstraptest/test_syntax.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/test_syntax.rb')
-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 8b499c50d5..3e4c79bece 100644
--- a/bootstraptest/test_syntax.rb
+++ b/bootstraptest/test_syntax.rb
@@ -626,5 +626,5 @@ assert_equal '2', %q{
assert_match /illegal multibyte char/, %q{
STDERR.reopen(STDOUT)
- eval("\"\xfd".force_encoding("utf-8"))
+ eval("\"\xf0".force_encoding("utf-8"))
}, '[ruby-dev:32429]'