diff options
Diffstat (limited to 'tests/parallel/tsimple_array_checks.nim')
-rw-r--r-- | tests/parallel/tsimple_array_checks.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parallel/tsimple_array_checks.nim b/tests/parallel/tsimple_array_checks.nim index ee9508074..5d6e87efe 100644 --- a/tests/parallel/tsimple_array_checks.nim +++ b/tests/parallel/tsimple_array_checks.nim @@ -59,5 +59,5 @@ proc maino = maino() # Doesn't work outside a proc -when isMainModule: +when true: main() |