>From 5c103724053c385dd0a249bdc7af5a9836beaaef Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 20 Oct 2008 23:13:31 +0200 Subject: [PATCH] Use win_skip instead of trace --- dlls/version/tests/info.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/version/tests/info.c b/dlls/version/tests/info.c index 56cc8a9..a64d911 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; } -- 1.5.5.1