Commit 27ae5738 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

kernel32/tests: Fix a test for real hardware.

parent bd456a92
......@@ -865,7 +865,7 @@ static VOID test_thread_processor(void)
}
error=pSetThreadIdealProcessor(curthread,MAXIMUM_PROCESSORS);
ok(error==0, "SetThreadIdealProcessor returned an incorrect value\n");
ok(error!=-1, "SetThreadIdealProcessor failed\n");
}
}
......
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