Commit 902a03e0 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

imm32/tests: Simplify code.

parent 3eb62ed6
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment