From 26971ff26deeed61333e845fa6ab8db209ffeb8e Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Mon, 20 Apr 2020 12:23:45 -0600 Subject: [PATCH] Skip more syms --- tests/tmath.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tmath.nim b/tests/tmath.nim index 83d598e..fdf3a76 100644 --- a/tests/tmath.nim +++ b/tests/tmath.nim @@ -13,7 +13,7 @@ when defined(windows): complex = object static: - cSkipSymbols = @["mingw_choose_expr", "EXCEPTION_DEFINED"] + cSkipSymbol @["mingw_choose_expr", "EXCEPTION_DEFINED", "COMPLEX_DEFINED", "matherr", "HUGE"] cDebug() cDisableCaching() cAddStdDir()