Commit 918a2911 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

user32/tests: Use skip.

parent bd2fe1a2
......@@ -250,7 +250,7 @@ START_TEST(winstation)
GetProcessWindowStation();
if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
{
trace("WindowStation calls not supported on this platform\n");
skip("WindowStation calls not supported on this platform\n");
return;
}
......
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