]> Git Repo - qemu.git/blobdiff - tests/check-qstring.c
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200312' into staging
[qemu.git] / tests / check-qstring.c
index f11a7a860572a25681783c1fa7781f42d73451ff..2d079921e3e04f8319e9e9786a60da9ea8da1cf2 100644 (file)
@@ -66,7 +66,7 @@ static void qstring_from_substr_test(void)
 {
     QString *qs;
 
-    qs = qstring_from_substr("virtualization", 3, 9);
+    qs = qstring_from_substr("virtualization", 3, 10);
     g_assert(qs != NULL);
     g_assert(strcmp(qstring_get_str(qs), "tualiza") == 0);
 
This page took 0.023607 seconds and 4 git commands to generate.