mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:43:30 +00:00
[MAPI32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=66881
This commit is contained in:
parent
dee70c51c0
commit
c9a0232604
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue