test/json_types: use new style parse signature
This commit is contained in:
parent
3801842373
commit
9445b29bd3
@ -9,7 +9,7 @@
|
||||
|
||||
int
|
||||
main (void) {
|
||||
static const char TEST_STRING[] = R"_(
|
||||
static const std::string TEST_STRING = R"_(
|
||||
{
|
||||
"string":"brad",
|
||||
"integer":1,
|
||||
|
Loading…
Reference in New Issue
Block a user