summaryrefslogtreecommitdiff
path: root/tests/json/test_json.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/json/test_json.cc')
-rw-r--r--tests/json/test_json.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/json/test_json.cc b/tests/json/test_json.cc
index bcdbf64..815d292 100644
--- a/tests/json/test_json.cc
+++ b/tests/json/test_json.cc
@@ -177,7 +177,7 @@ void test_json_roundtrip_message(const char* json_src,
env.env(), serialize_handlers, data_sink.Sink());
upb::json::Parser* parser =
upb::json::Parser::Create(
- env.env(), parser_method, printer->input(), false);
+ env.env(), parser_method, NULL, printer->input(), false);
env.ResetBytesSink(parser->input());
env.Reset(json_src, strlen(json_src), false, false);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback