summary refs log tree commit diff stats
path: root/tests/rectest.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rectest.nim')
-rw-r--r--tests/rectest.nim12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/rectest.nim b/tests/rectest.nim
index f08306cfd..54815e1f6 100644
--- a/tests/rectest.nim
+++ b/tests/rectest.nim
@@ -1,6 +1,6 @@
-# Test the error message

-

-proc main() =

-  main()

-

-main()

+# Test the error message
+
+proc main() =
+  main()
+
+main()