Module: wine Branch: master Commit: a7e13f565bcb31d160430a0599942423bebb2729 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a7e13f565bcb31d160430a0599...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Mon Oct 20 23:13:31 2008 +0200
version/tests: 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; }