summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-02 11:50:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-02 11:50:39 +0000
commit2697272499374cce3eb94d5255620a90cf1811ef (patch)
treeddf8eefd1c3e2f4273f221788d6697454e7c301f /testsuites
parent2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2697272499374cce3eb94d5255620a90cf1811ef.tar.bz2
2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* hello/init.c: Remove call to devFS_Show() which had accidentally gotten committed.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog5
-rw-r--r--testsuites/samples/hello/init.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 3d444e01b1..b0f49dc03b 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * hello/init.c: Remove call to devFS_Show() which had accidentally
+ gotten committed.
+
2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* capture/test1.c: Use size_t for sizes.
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 9545309e7c..88f1dfb450 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -29,7 +29,6 @@ rtems_task Init(
rtems_task_argument ignored
)
{
-devFS_Show();
printf( "\n\n*** HELLO WORLD TEST ***\n" );
printf( "Hello World\n" );
printf( "*** END OF HELLO WORLD TEST ***\n" );