summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp30/resume.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp30/resume.c')
-rw-r--r--testsuites/sptests/sp30/resume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp30/resume.c b/testsuites/sptests/sp30/resume.c
index 715390e16c..f1f4c5a9f2 100644
--- a/testsuites/sptests/sp30/resume.c
+++ b/testsuites/sptests/sp30/resume.c
@@ -29,5 +29,5 @@ rtems_timer_service_routine Resume_task(
task_to_resume = Task_id[ rtems_object_id_get_index( timer_id ) ];
status = rtems_task_resume( task_to_resume );
- directive_failed_with_level( status, "rtems_task_resume", 1 );
+ directive_failed( status, "rtems_task_resume" );
}