From 918a2911bf2ee73016d67ab7657921d31774ca90 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Tue, 3 Jul 2007 14:45:09 +0200 Subject: [PATCH] user32/tests: Use skip. --- dlls/user32/tests/winstation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/user32/tests/winstation.c b/dlls/user32/tests/winstation.c index 9d64aa03234..ac49d4a584b 100644 --- a/dlls/user32/tests/winstation.c +++ b/dlls/user32/tests/winstation.c @@ -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; }