summary refs log tree commit diff stats
path: root/tests/misc/tdllvar.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tdllvar.nim')
-rw-r--r--tests/misc/tdllvar.nim6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/misc/tdllvar.nim b/tests/misc/tdllvar.nim
index 1c1238e8d..68029ddf4 100644
--- a/tests/misc/tdllvar.nim
+++ b/tests/misc/tdllvar.nim
@@ -1,3 +1,7 @@
+discard """
+disabled: true
+"""
+
 import os
 
 proc getDllName: string =
@@ -12,5 +16,3 @@ proc myImport2(s: int) {.cdecl, importc, dynlib: getDllName().}
 
 myImport("test2")
 myImport2(12)
-
-