~ chicken-core (chicken-5) eddf5076b2f13eb1af9f2232d776d2189ceb2378


commit eddf5076b2f13eb1af9f2232d776d2189ceb2378
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun May 16 01:59:21 2010 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun May 16 01:59:21 2010 +0200

    extra line before bench output

diff --git a/tests/runbench.sh b/tests/runbench.sh
index e8dab4d2..8ef122b9 100644
--- a/tests/runbench.sh
+++ b/tests/runbench.sh
@@ -22,6 +22,8 @@ run()
     /usr/bin/time -f '%E elapsed, %U user, %S system' ./a.out
 }
 
+echo
+
 compiler_options="-C -Wa,-W"
 compile="../csc -w -compiler $CHICKEN -I.. -L.. -include-path .. -o a.out $compiler_options"
 
Trap