ntdll/tests: Use skip instead of trace.

oldstable
Paul Vriens 2007-08-21 12:09:40 +02:00 committed by Alexandre Julliard
parent 9783ce360e
commit d1b5f309f5
1 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ static void test_RtlUniform(void)
*/ */
if (result == 0x7fffff9f) { 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; return;
} }
@ -635,7 +635,7 @@ static void test_RtlRandom(void)
*/ */
if (seed == 0x3fc) { 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; return;
} }