[MAPI32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66881
This commit is contained in:
Amine Khaldi 2015-03-25 16:00:04 +00:00
parent dee70c51c0
commit c9a0232604

View file

@ -1232,7 +1232,7 @@ static void test_IProp(void)
/* GetLastError - No errors set */
lpError = NULL;
IPropData_GetLastError(lpIProp, E_INVALIDARG, 0, &lpError);
sc = IPropData_GetLastError(lpIProp, E_INVALIDARG, 0, &lpError);
ok(sc == S_OK && !lpError,
"GetLastError: Expected S_OK, null, got 0x%08X,%p\n", sc, lpError);