Commit d1b5f309 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

ntdll/tests: Use skip instead of trace.

parent 9783ce36
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment