From ba9b9f0bc1e8d56c68333dac9a753588ff9b4ad9 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Tue, 7 May 2019 15:11:11 -0500 Subject: Workaround AppVeyor failure --- tests/tmath.nim | 5 +++++ 1 file changed, 5 insertions(+) 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() -- cgit v1.2.3