Commit ca8a2da6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

imm32/tests: Use win_skip() to skip over unimplemented functionality.

parent 41360cc1
...@@ -162,7 +162,7 @@ static int init(void) { ...@@ -162,7 +162,7 @@ static int init(void) {
imc = ImmGetContext(hwnd); imc = ImmGetContext(hwnd);
if (!imc) if (!imc)
{ {
skip("IME support not implemented\n"); win_skip("IME support not implemented\n");
return 0; return 0;
} }
ImmReleaseContext(hwnd, imc); ImmReleaseContext(hwnd, imc);
......
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