summary refs log tree commit diff stats
path: root/tests/untestable/tssl.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untestable/tssl.nim')
-rw-r--r--tests/untestable/tssl.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untestable/tssl.nim b/tests/untestable/tssl.nim
index 664ad805c..fca6385f8 100644
--- a/tests/untestable/tssl.nim
+++ b/tests/untestable/tssl.nim
@@ -20,7 +20,7 @@ from strutils import contains, toHex
 
 from openssl import getOpenSSLVersion
 
-when isMainModule:
+when true:
   echo "version: 0x" & $getOpenSSLVersion().toHex()
 
   let client = newHttpClient()