summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07/task.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-01 21:47:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-01 21:47:09 +0000
commitc9c05a02e52aac91904d3e1a6512c74b8153cfd3 (patch)
treeff8fa08a28966f4b531c53b3c815668ad35fac44 /testsuites/psxtests/psx07/task.c
parent2009-08-01 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c9c05a02e52aac91904d3e1a6512c74b8153cfd3.tar.bz2
2009-08-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx07/init.c, psx07/psx07.scn, psx07/task.c: Add test for budget and replenish period of zero.
Diffstat (limited to 'testsuites/psxtests/psx07/task.c')
-rw-r--r--testsuites/psxtests/psx07/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx07/task.c b/testsuites/psxtests/psx07/task.c
index 67e5a68e40..417eb5bdfc 100644
--- a/testsuites/psxtests/psx07/task.c
+++ b/testsuites/psxtests/psx07/task.c
@@ -26,7 +26,7 @@ void *Task_1(
void *argument
)
{
- puts( "Task_1: exitting" );
+ puts( "Task_1 - exitting" );
pthread_exit( NULL );
return NULL; /* just so the compiler thinks we returned something */