summary refs log tree commit diff stats
path: root/tests/async/t7192.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async/t7192.nim')
-rw-r--r--tests/async/t7192.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async/t7192.nim b/tests/async/t7192.nim
index c380f93e1..9ac0e07c0 100644
--- a/tests/async/t7192.nim
+++ b/tests/async/t7192.nim
@@ -9,6 +9,6 @@ import asyncdispatch
 proc testCallback() =
   echo "testCallback()"
 
-when isMainModule:
+when true:
   callSoon(testCallback)
   poll()