diff options
Diffstat (limited to 'tests/parallel/twrong_refcounts.nim')
-rw-r--r-- | tests/parallel/twrong_refcounts.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parallel/twrong_refcounts.nim b/tests/parallel/twrong_refcounts.nim index 57e0588a0..ac428762d 100644 --- a/tests/parallel/twrong_refcounts.nim +++ b/tests/parallel/twrong_refcounts.nim @@ -48,6 +48,6 @@ proc update = # --- -when isMainModule: +when true: setup() update() |