The comment explaining the expected behavior was actually mistaken (the test code, however, was not). Fix this.
Signed-off-by: Max Reitz <mre...@redhat.com> --- tests/check-qdict.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/check-qdict.c b/tests/check-qdict.c index d4ec631..7a7461b 100644 --- a/tests/check-qdict.c +++ b/tests/check-qdict.c @@ -323,11 +323,11 @@ static void qdict_array_split_test(void) * * [ * { - * "a": 42 + * "a": 42, + * "b": 23 * }, * { - * "x": 0, - * "y": 1 + * "x": 0 * } * ] * -- 1.8.5.2