test/json_types: use new style parse signature

This commit is contained in:
Danny Robson 2015-09-09 18:38:11 +10:00
parent 3801842373
commit 9445b29bd3

View File

@ -9,7 +9,7 @@
int
main (void) {
static const char TEST_STRING[] = R"_(
static const std::string TEST_STRING = R"_(
{
"string":"brad",
"integer":1,