summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpmrsp01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smpmrsp01/init.c')
-rw-r--r--testsuites/smptests/smpmrsp01/init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuites/smptests/smpmrsp01/init.c b/testsuites/smptests/smpmrsp01/init.c
index de5f31c8cb..bb729e0a6e 100644
--- a/testsuites/smptests/smpmrsp01/init.c
+++ b/testsuites/smptests/smpmrsp01/init.c
@@ -1430,11 +1430,6 @@ static void test_mrsp_obtain_and_release_with_help(test_context *ctx)
rtems_test_assert(rtems_get_current_processor() == 1);
- sc = rtems_task_wake_after(2);
- rtems_test_assert(sc == RTEMS_SUCCESSFUL);
-
- rtems_test_assert(rtems_get_current_processor() == 1);
-
/*
* With this operation the scheduler instance 0 has now only the main and the
* idle threads in the ready set.