mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-27 19:10:24 +01:00
Schema code simplification
This commit is contained in:
@@ -21,7 +21,6 @@ using namespace rapidjson;
|
||||
|
||||
#define VALIDATE(schema, json, expected) \
|
||||
{\
|
||||
ASSERT_TRUE(schema.IsValid());\
|
||||
SchemaValidator validator(schema);\
|
||||
Document d;\
|
||||
/*printf("\n%s\n", json);*/\
|
||||
|
||||
Reference in New Issue
Block a user