summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx07/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psx07/init.c')
-rw-r--r--c/src/tests/psxtests/psx07/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psx07/init.c b/c/src/tests/psxtests/psx07/init.c
index 500007dd49..62dbe76cce 100644
--- a/c/src/tests/psxtests/psx07/init.c
+++ b/c/src/tests/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 );