Implementation of JSON Streaming Parser
Fix warnings related to x86_64 tests' compilation.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user