summary refs log tree commit diff stats
path: root/tests/template/twrongopensymchoice.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/twrongopensymchoice.nim')
-rw-r--r--tests/template/twrongopensymchoice.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/twrongopensymchoice.nim b/tests/template/twrongopensymchoice.nim
index 360c92037..7a2bb48d3 100644
--- a/tests/template/twrongopensymchoice.nim
+++ b/tests/template/twrongopensymchoice.nim
@@ -20,5 +20,5 @@ proc main =
   var f = Foo.new()
   echo f.b
 
-when isMainModule:
+when true:
   main()