diff options
Diffstat (limited to 'tests/rectest.nim')
-rw-r--r-- | tests/rectest.nim | 12 |
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() |