[PSAPI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 4 Mar 2016 09:44:49 +0000 (09:44 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 4 Mar 2016 09:44:49 +0000 (09:44 +0000)
svn path=/trunk/; revision=70911

rostests/winetests/psapi/psapi_main.c

index 966a9f3..d460c91 100644 (file)
@@ -254,7 +254,7 @@ static void test_GetPerformanceInfo(void)
         /* compare with values from SYSTEM_PROCESS_INFORMATION */
         size = 0;
         status = pNtQuerySystemInformation(SystemProcessInformation, NULL, 0, &size);
-        ok(status == STATUS_INFO_LENGTH_MISMATCH, "expected STATUS_LENGTH_MISMATCH, got %08x\n", status);
+        ok(status == STATUS_INFO_LENGTH_MISMATCH, "expected STATUS_INFO_LENGTH_MISMATCH, got %08x\n", status);
         ok(size > 0, "incorrect length %d\n", size);
         while (status == STATUS_INFO_LENGTH_MISMATCH)
         {