Paul Vriens : kernel32/tests: Use skip instead of trace.
Module: wine Branch: master Commit: ed552174448f893cf7c22e2933d9bacecaa93e36 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ed552174448f893cf7c22e2933... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Sat Sep 20 11:55:16 2008 +0200 kernel32/tests: 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; }
participants (1)
-
Alexandre Julliard