]> Git Repo - qemu.git/blobdiff - tests/check-qobject.c
bitmap: Add bitmap_copy_with_{src|dst}_offset()
[qemu.git] / tests / check-qobject.c
index 16ccbde82cc32ba682a13855e86d65561ea48f64..593c3a0618c4cff5355b27f36b7e41314718344a 100644 (file)
@@ -154,7 +154,7 @@ static void qobject_is_equal_string_test(void)
     str_case = qstring_from_str("Foo");
 
     /* Should yield "foo" */
-    str_built = qstring_from_substr("form", 0, 1);
+    str_built = qstring_from_substr("form", 0, 2);
     qstring_append_chr(str_built, 'o');
 
     check_unequal(str_base, str_whitespace_0, str_whitespace_1,
This page took 0.025429 seconds and 4 git commands to generate.