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