kernel32/tests: Fix a test for real hardware.
This commit is contained in:
parent
bd456a926c
commit
27ae573806
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue