>From 0865ab4c1d963395fac1b2187b43f2a7a24bce0e Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Sat, 20 Sep 2008 11:55:16 +0200 Subject: [PATCH] Use skip instead of trace --- dlls/kernel32/tests/module.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/kernel32/tests/module.c b/dlls/kernel32/tests/module.c index b076a67..73d7946 100644 --- a/dlls/kernel32/tests/module.c +++ b/dlls/kernel32/tests/module.c @@ -343,7 +343,7 @@ START_TEST(module) GetModuleFileNameW(NULL, filenameW, MAX_PATH); if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED) { - trace("GetModuleFileNameW not existing on this platform, skipping W-calls\n"); + win_skip("GetModuleFileNameW not existing on this platform, skipping W-calls\n"); is_unicode_enabled = FALSE; } -- 1.5.5.1