summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block08
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 17:15:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-20 17:15:14 +0000
commit4783238f5a4a54fca85952fca10a1549b1f39aad (patch)
tree6fe2b4c523aa6b6881febb8f5429d7f8c321f15e /testsuites/libtests/block08
parent2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4783238f5a4a54fca85952fca10a1549b1f39aad.tar.bz2
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/init.c: Remove warning.
Diffstat (limited to 'testsuites/libtests/block08')
-rw-r--r--testsuites/libtests/block08/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/libtests/block08/init.c b/testsuites/libtests/block08/init.c
index 4077aab7e0..157b7716bd 100644
--- a/testsuites/libtests/block08/init.c
+++ b/testsuites/libtests/block08/init.c
@@ -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);
}