summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp14
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 22:55:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 22:55:11 +0000
commit987445baf46ba3638d70911890d465b3e79a7074 (patch)
tree1eaaf20585ca38b40c3442f5a448b874bc36b86c /testsuites/sptests/sp14
parentAdded code so if dispatching level is specified to be -1, then no (diff)
downloadrtems-987445baf46ba3638d70911890d465b3e79a7074.tar.bz2
Added proper nesting level for dispatch disable check.
Diffstat (limited to 'testsuites/sptests/sp14')
-rw-r--r--testsuites/sptests/sp14/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp14/task1.c b/testsuites/sptests/sp14/task1.c
index c46d833dde..53a0d365aa 100644
--- a/testsuites/sptests/sp14/task1.c
+++ b/testsuites/sptests/sp14/task1.c
@@ -29,7 +29,7 @@ rtems_timer_service_routine Signal_3_to_task_1(
rtems_status_code status;
status = rtems_signal_send( Task_id[ 1 ], RTEMS_SIGNAL_3 );
- directive_failed( status, "rtems_signal_send of 3" );
+ directive_failed_with_level( status, "rtems_signal_send of 3", 1 );
Timer_got_this_id = id;
Timer_got_this_pointer = pointer;