forked from Imagelibrary/rtems
2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c, sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of test messages.
This commit is contained in:
@@ -81,7 +81,7 @@ subtask (rtems_task_argument arg)
|
||||
while (nRunning)
|
||||
rtems_task_wake_after(0);
|
||||
|
||||
puts("*** END OF TEST SP28 ***" );
|
||||
puts("*** END OF TEST 28 ***" );
|
||||
rtems_test_exit(0);
|
||||
}
|
||||
|
||||
@@ -344,7 +344,7 @@ void test_delete_as_side_effect(void)
|
||||
|
||||
rtems_task Init (rtems_task_argument ignored)
|
||||
{
|
||||
puts("*** START OF TEST SP28 ***" );
|
||||
puts("*** START OF TEST 28 ***" );
|
||||
|
||||
test_errors();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user