comctl32/tests: Initialize subitem index.
diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index 3cfacaf..949b214 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/listview.c
@@ -4733,6 +4733,8 @@
     /* index out of bounds */
     item.pszText = testA;
     item.cchTextMax = 0; /* ignored */
+    item.iSubItem = 0;
+
     ret = SendMessageA(hwnd, LVM_SETITEMTEXTA, 1, (LPARAM)&item);
     expect(FALSE, ret);