summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07/init.c
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-08 19:21:47 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-08 19:21:47 +0000
commit8ca831af38b0bf1066ad8db5c3e84bee97658dee (patch)
treec519a7060c1a4cabcde3d529106240894166c40f /testsuites/psxtests/psx07/init.c
parentTask_1: changed comment and task name to task1. (diff)
downloadrtems-8ca831af38b0bf1066ad8db5c3e84bee97658dee.tar.bz2
Init: spacing
Diffstat (limited to 'testsuites/psxtests/psx07/init.c')
-rw-r--r--testsuites/psxtests/psx07/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx07/init.c b/testsuites/psxtests/psx07/init.c
index 500007dd49..62dbe76cce 100644
--- a/testsuites/psxtests/psx07/init.c
+++ b/testsuites/psxtests/psx07/init.c
@@ -394,7 +394,6 @@ void *POSIX_Init(
status = pthread_setschedparam( pthread_self(), SCHED_SPORADIC, &schedparam );
assert( status == EINVAL );
-
puts( "*** END OF POSIX TEST 7 ***" );
exit( 0 );