test: scheduling: change code annotation

Change the code annotation of testcase test_busy_wait_cooperative.

Signed-off-by: Ying ming <mingx.ying@intel.com>
This commit is contained in:
Ying ming 2021-03-08 10:00:20 +08:00 committed by Anas Nashif
commit 14b733aaa6

View file

@ -142,7 +142,7 @@ void test_sleep_cooperative(void)
void test_busy_wait_cooperative(void) void test_busy_wait_cooperative(void)
{ {
/* set current thread to a preemptible priority */ /* set current thread to a cooperative priority */
init_prio = -1; init_prio = -1;
setup_threads(); setup_threads();