user32/tests: Use skip.

This commit is contained in:
Paul Vriens 2007-07-03 14:45:09 +02:00 committed by Alexandre Julliard
parent bd2fe1a2fa
commit 918a2911bf
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}