aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 289e74a3f..15b70b9d4 100644
--- a/test/test.c
+++ b/test/test.c
@@ -310,7 +310,7 @@ t_msg TestThread(void *p) {
}
print("Queues throughput = ");
printn(i * 4);
- print(" bytes/S");
+ println(" bytes/S");
println("\r\nTest complete");
return 0;