kernel32/tests: Fix a test for real hardware.

This commit is contained in:
André Hentschel 2011-03-12 13:41:47 +01:00 committed by Alexandre Julliard
parent bd456a926c
commit 27ae573806
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}