aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-05-07 15:11:11 -0500
committerGanesh Viswanathan <dev@genotrance.com>2019-05-07 15:11:11 -0500
commitba9b9f0bc1e8d56c68333dac9a753588ff9b4ad9 (patch)
treec02c4d2b937efa0eaf9834614d51368fcb5ea547
parent80545a8221b5561ebf22f1ea5a0684ee35832f1e (diff)
downloadnimterop-ba9b9f0bc1e8d56c68333dac9a753588ff9b4ad9.tar.gz
nimterop-ba9b9f0bc1e8d56c68333dac9a753588ff9b4ad9.zip
Workaround AppVeyor failure
-rw-r--r--tests/tmath.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tmath.nim b/tests/tmath.nim
index 95fc086..b2f803b 100644
--- a/tests/tmath.nim
+++ b/tests/tmath.nim
@@ -6,6 +6,11 @@ type
mingw_ldbl_type_t = object
mingw_dbl_type_t = object
+when defined(windows):
+ cOverride:
+ type
+ complex = object
+
static:
cDebug()
cDisableCaching()