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 */
|
/* behavior differs between win9x and NT */
|
||||||
ret = ImmGetCompositionString(imc, GCS_COMPSTR, resstr, sizeof(resstr));
|
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();
|
msg_spy_flush_msgs();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue