summary refs log tree commit diff stats
path: root/tests/tester.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tester.nim')
-rwxr-xr-xtests/tester.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tester.nim b/tests/tester.nim
index bd1b56188..84d399a1d 100755
--- a/tests/tester.nim
+++ b/tests/tester.nim
@@ -169,6 +169,10 @@ proc main(options: string) =
     inc(total)
   Echo("[Tester] $#/$# tests passed\n" % [$passed, $total])
 
+
+
+
+
 var
   options = ""
 for i in 1.. paramCount():