qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] tests: Correct comment for qdict_array_split test


From: Max Reitz
Subject: [Qemu-devel] [PATCH] tests: Correct comment for qdict_array_split test
Date: Sun, 12 Jan 2014 17:01:27 +0100

The comment explaining the expected behavior was actually mistaken (the
test code, however, was not). Fix this.

Signed-off-by: Max Reitz <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]