summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/psxtests/psx10/init.c2
-rw-r--r--testsuites/psxtests/psx10/init.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/psx10/init.c b/c/src/tests/psxtests/psx10/init.c
index 30adadbe9a..b16d795fb7 100644
--- a/c/src/tests/psxtests/psx10/init.c
+++ b/c/src/tests/psxtests/psx10/init.c
@@ -299,7 +299,7 @@ void *POSIX_Init(
puts( "Init: sleep - switch to Task_3" );
sleep( 1 );
- puts( "*** END OF POSIX TEST 5 ***" );
+ puts( "*** END OF POSIX TEST 10 ***" );
exit( 0 );
return NULL; /* just so the compiler thinks we returned something */
diff --git a/testsuites/psxtests/psx10/init.c b/testsuites/psxtests/psx10/init.c
index 30adadbe9a..b16d795fb7 100644
--- a/testsuites/psxtests/psx10/init.c
+++ b/testsuites/psxtests/psx10/init.c
@@ -299,7 +299,7 @@ void *POSIX_Init(
puts( "Init: sleep - switch to Task_3" );
sleep( 1 );
- puts( "*** END OF POSIX TEST 5 ***" );
+ puts( "*** END OF POSIX TEST 10 ***" );
exit( 0 );
return NULL; /* just so the compiler thinks we returned something */