summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl08/dl-load.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl08/dl-load.c')
-rw-r--r--testsuites/libtests/dl08/dl-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/dl08/dl-load.c b/testsuites/libtests/dl08/dl-load.c
index 3fd3597b78..615a837b39 100644
--- a/testsuites/libtests/dl08/dl-load.c
+++ b/testsuites/libtests/dl08/dl-load.c
@@ -126,7 +126,7 @@ int dl_load_test(void)
dl_load_dump ();
- printf ("\n\n\nRunning rtems_main_o1:\n\n");
+ printf ("Running rtems_main_o1:\n");
if (dl_call (o1, "rtems_main_o1"))
return 1;