From d1b5f309f5a748026afcb3702b369e446c49259f Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Tue, 21 Aug 2007 12:09:40 +0200 Subject: [PATCH] ntdll/tests: Use skip instead of trace. --- dlls/ntdll/tests/rtl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/ntdll/tests/rtl.c b/dlls/ntdll/tests/rtl.c index cdbf8d75c1f..40d13fd9544 100644 --- a/dlls/ntdll/tests/rtl.c +++ b/dlls/ntdll/tests/rtl.c @@ -337,7 +337,7 @@ static void test_RtlUniform(void) */ if (result == 0x7fffff9f) { - trace("Most likely running on Windows Vista, skipping rest of tests\n"); + skip("Most likely running on Windows Vista which uses a different algorithm\n"); return; } @@ -635,7 +635,7 @@ static void test_RtlRandom(void) */ if (seed == 0x3fc) { - trace("Most likely running on Windows Vista, skipping rest of tests\n"); + skip("Most likely running on Windows Vista which uses a different algorithm\n"); return; }