From a7e13f565bcb31d160430a0599942423bebb2729 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 20 Oct 2008 23:13:31 +0200 Subject: [PATCH] version/tests: Use win_skip instead of trace. --- dlls/version/tests/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/version/tests/info.c b/dlls/version/tests/info.c index 56cc8a971bf..a64d911497e 100644 --- a/dlls/version/tests/info.c +++ b/dlls/version/tests/info.c @@ -324,7 +324,7 @@ static void test_32bit_win(void) GetModuleFileNameW(NULL, mypathW, MAX_PATH); if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED) { - trace("GetModuleFileNameW not existing on this platform, skipping comparison between A- and W-calls\n"); + win_skip("GetModuleFileNameW not existing on this platform, skipping comparison between A- and W-calls\n"); is_unicode_enabled = FALSE; }