mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 06:55:00 +00:00
imm32/tests: Simplify code.
This commit is contained in:
parent
3eb62ed62c
commit
902a03e08f
@ -212,7 +212,7 @@ static void test_ImmNotifyIME(void) {
|
||||
|
||||
/* behavior differs between win9x and NT */
|
||||
ret = ImmGetCompositionString(imc, GCS_COMPSTR, resstr, sizeof(resstr));
|
||||
ok(ret || !ret, "You'll never read this.\n");
|
||||
ok(!ret, "After being cancelled the composition string is empty.\n");
|
||||
|
||||
msg_spy_flush_msgs();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user