summary refs log tree commit diff stats
path: root/tests/parallel/tgc_unsafe.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parallel/tgc_unsafe.nim')
-rw-r--r--tests/parallel/tgc_unsafe.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parallel/tgc_unsafe.nim b/tests/parallel/tgc_unsafe.nim
index a4d96cd73..baf0dc24a 100644
--- a/tests/parallel/tgc_unsafe.nim
+++ b/tests/parallel/tgc_unsafe.nim
@@ -28,5 +28,5 @@ proc main =
   sync()
   for ix in 1..3: channels[ix].close()
 
-when isMainModule:
+when true:
   main()