Implementation of JSON Streaming Parser

Fix warnings related to x86_64 tests' compilation.
This commit is contained in:
Andrew Lindesay
2017-05-14 10:44:03 +12:00
parent 221b77b6ac
commit 0c28e8e5a0
5 changed files with 8 additions and 12 deletions
@@ -301,12 +301,8 @@ JsonErrorHandlingTest::TestBadStringEscape()
void
JsonErrorHandlingTest::TestBadNumber()
{
BString expectedMessage;
expectedMessage.SetToFormat("malformed number",
JSON_SAMPLE_BROKEN_NUMBER);
TestParseWithErrorMessage(JSON_SAMPLE_BROKEN_NUMBER, 1, B_BAD_DATA,
expectedMessage.String());
"malformed number");
}