mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-09 19:24:23 +01:00
For diagnosis valgrind issue in travis
This commit is contained in:
parent
d4d03cab1c
commit
c5de8b2cb0
@ -95,6 +95,7 @@ TEST(SchemaValidator, Hasher) {
|
||||
{\
|
||||
SchemaValidator validator(schema);\
|
||||
Document d;\
|
||||
printf("\n%s\n", json);\
|
||||
d.Parse(json);\
|
||||
EXPECT_FALSE(d.HasParseError());\
|
||||
EXPECT_TRUE(expected == d.Accept(validator));\
|
||||
@ -114,7 +115,7 @@ TEST(SchemaValidator, Hasher) {
|
||||
{\
|
||||
SchemaValidator validator(schema);\
|
||||
Document d;\
|
||||
/*printf("\n%s\n", json);*/\
|
||||
printf("\n%s\n", json);\
|
||||
d.Parse(json);\
|
||||
EXPECT_FALSE(d.HasParseError());\
|
||||
EXPECT_FALSE(d.Accept(validator));\
|
||||
|
Loading…
x
Reference in New Issue
Block a user