diff options
Diffstat (limited to 'test/json/json_parser_test.rb')
-rw-r--r-- | test/json/json_parser_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/json_parser_test.rb b/test/json/json_parser_test.rb index 7cfdfc69d6..befc80c958 100644 --- a/test/json/json_parser_test.rb +++ b/test/json/json_parser_test.rb @@ -646,7 +646,7 @@ class JSONParserTest < Test::Unit::TestCase JSON.parse('{"input":{"firstName":"Bob","lastName":"Mob","email":"[email protected]"}') end if RUBY_ENGINE == "ruby" - assert_equal %(expected ',' or '}' after object value, got: '' at line 1 column 72), error.message + assert_equal %(expected ',' or '}' after object value, got: EOF at line 1 column 72), error.message end end |