Changed test 5 to test 10 at bottom

This commit is contained in:
Mark Johannes
1996-08-23 15:17:16 +00:00
parent 0b710dbbb0
commit 257adbab17
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */

View File

@@ -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 */