summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.c b/test/tests.c
index 442074615..a72689ec0 100644
--- a/test/tests.c
+++ b/test/tests.c
@@ -44,7 +44,7 @@ int test_object(void) {
check(parse("{\"a\": 0, \"b\": \"c\"}", 5, 5,
JSMN_OBJECT, -1, -1, 2,
JSMN_STRING, "a", 1,
- JSMN_PRIMITIVE, 0,
+ JSMN_PRIMITIVE, "0",
JSMN_STRING, "b", 1,
JSMN_STRING, "c", 0));