imm32/tests: Simplify code.

oldstable
Gerald Pfeifer 2009-09-12 15:40:25 +02:00 committed by Alexandre Julliard
parent 3eb62ed62c
commit 902a03e08f
1 changed files with 1 additions and 1 deletions

View File

@ -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();