summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp31
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 20:59:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-03 20:59:49 +0000
commita88e2dd030d0c258abb7d2ba53efc13fa912d62c (patch)
tree9b8ff368d4bd5fe258ee72208a42ce2f97ee6daa /testsuites/sptests/sp31
parent2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a88e2dd030d0c258abb7d2ba53efc13fa912d62c.tar.bz2
2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1347/cpukit * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c: Rework Timer Server to ensure that the context allows for blocking, allocating memory, and acquiring semaphores and mutexes. * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn: New files.
Diffstat (limited to 'testsuites/sptests/sp31')
-rw-r--r--testsuites/sptests/sp31/delay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp31/delay.c b/testsuites/sptests/sp31/delay.c
index 0caf84ff85..2cce662e47 100644
--- a/testsuites/sptests/sp31/delay.c
+++ b/testsuites/sptests/sp31/delay.c
@@ -27,5 +27,5 @@ rtems_timer_service_routine Delayed_resume(
rtems_status_code status;
status = rtems_task_resume( Task_id[ 1 ] );
- directive_failed_with_level( status, "rtems_task_resume of self", 1 );
+ directive_failed( status, "rtems_task_resume of self" );
}