summary refs log tree commit diff stats
path: root/tests/parallel/twrong_refcounts.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parallel/twrong_refcounts.nim')
-rw-r--r--tests/parallel/twrong_refcounts.nim2
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()