diff options
Diffstat (limited to 'json-glib/tests/array-test.c')
-rw-r--r-- | json-glib/tests/array-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-glib/tests/array-test.c b/json-glib/tests/array-test.c index 3d3bf20..89f0175 100644 --- a/json-glib/tests/array-test.c +++ b/json-glib/tests/array-test.c @@ -56,7 +56,7 @@ static const struct { JsonNodeType element_type; GType element_gtype; } type_verify[] = { - { JSON_NODE_VALUE, G_TYPE_INT }, + { JSON_NODE_VALUE, G_TYPE_INT64 }, { JSON_NODE_VALUE, G_TYPE_BOOLEAN }, { JSON_NODE_VALUE, G_TYPE_STRING }, { JSON_NODE_NULL, G_TYPE_INVALID } |