summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 07:30:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 07:30:34 +0000
commit2b48505a96ebe2dfa75a431d7c68987d841869e3 (patch)
treeefe46b7da09002bf053cb70e853f4aef133ce11d /testsuites
parent2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2b48505a96ebe2dfa75a431d7c68987d841869e3.tar.bz2
Remove extraneous argument to print.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/sp27/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp27/init.c b/testsuites/sptests/sp27/init.c
index e1336fd61e..bef8b3f29a 100644
--- a/testsuites/sptests/sp27/init.c
+++ b/testsuites/sptests/sp27/init.c
@@ -103,7 +103,7 @@ void doTest(void)
directive_failed( sc, "semaphore flush" );
}
- printf("Flushed all waiting tasks\n", NTASK );
+ printf("Flushed all waiting tasks\n" );
}
rtems_task Init(