mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[IMM32_WINETEST]
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64372
This commit is contained in:
parent
35c12315be
commit
eec4d1b427
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ static void test_ImmGetIMCLockCount(void)
|
|||
count = ImmGetIMCLockCount(0x00000000);
|
||||
ok(count == 0, "NULL IMC should return 0\n");
|
||||
ret = GetLastError();
|
||||
ok(ret == 0xdeadbeef, "Last Error should remain unchangedi %08x\n",ret);
|
||||
ok(ret == 0xdeadbeef, "Last Error should remain unchanged: %08x\n",ret);
|
||||
count = ImmGetIMCLockCount(imc);
|
||||
ok(count == 0, "Destroyed IMC should return 0\n");
|
||||
ret = GetLastError();
|
||||
|
|
Loading…
Reference in a new issue