2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>

* block08/init.c: Remove warning.
This commit is contained in:
Joel Sherrill
2010-01-20 17:15:14 +00:00
parent 657105413a
commit 4783238f5a
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/init.c: Remove warning.
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/block08.scn, block08/init.c: Add starting and ending messages
+1 -2
View File
@@ -24,11 +24,10 @@
rtems_task Init(rtems_task_argument argument)
{
rtems_status_code status;
puts( "\n\n*** TEST BLOCK 8 ***" );
run_bdbuf_tests();
puts( "*** END OF TEST BLOCK 8 ***" );
exit(0);
}