diff --git a/src/test/api.cpp b/src/test/api.cpp index 2b6cda0eacd..ccbbef6ea34 100644 --- a/src/test/api.cpp +++ b/src/test/api.cpp @@ -4,7 +4,6 @@ Copyright (c) 2015 Microsoft Corporation --*/ -#ifdef _WINDOWS #include "api/z3.h" #include "api/z3_private.h" #include @@ -112,7 +111,3 @@ void tst_api() { test_bvneg(); test_mk_distinct(); } -#else -void tst_api() { -} -#endif diff --git a/src/test/dl_product_relation.cpp b/src/test/dl_product_relation.cpp index e418d5ea06e..5b5c196d513 100644 --- a/src/test/dl_product_relation.cpp +++ b/src/test/dl_product_relation.cpp @@ -4,7 +4,6 @@ Copyright (c) 2015 Microsoft Corporation --*/ -#ifdef _WINDOWS #include "ast/reg_decl_plugins.h" #include "muz/base/dl_context.h" #include "muz/fp/dl_register_engine.h" @@ -362,7 +361,3 @@ void tst_dl_product_relation() { test_finite_product_relation(fparams, params); } -#else -void tst_dl_product_relation() { -} -#endif diff --git a/src/test/dl_relation.cpp b/src/test/dl_relation.cpp index a69e44cd2c6..412139eb89b 100644 --- a/src/test/dl_relation.cpp +++ b/src/test/dl_relation.cpp @@ -4,8 +4,6 @@ Copyright (c) 2015 Microsoft Corporation --*/ -#ifdef _WINDOWS - #include "ast/reg_decl_plugins.h" #include "muz/base/dl_context.h" #include "muz/fp/dl_register_engine.h" @@ -296,8 +294,3 @@ void tst_dl_relation() { datalog::test_interval_relation(); datalog::test_bound_relation(); } - -#else -void tst_dl_relation() { -} -#endif diff --git a/src/test/matcher.cpp b/src/test/matcher.cpp index 6d55767145e..1d1c517fe2d 100644 --- a/src/test/matcher.cpp +++ b/src/test/matcher.cpp @@ -16,7 +16,6 @@ Module Name: Revision History: --*/ -#ifdef _WINDOWS #include "ast/substitution/matcher.h" #include "ast/ast_pp.h" #include "ast/reg_decl_plugins.h" @@ -110,7 +109,3 @@ void tst1() { void tst_matcher() { tst1(); } -#else -void tst_matcher() { -} -#endif diff --git a/src/test/memory.cpp b/src/test/memory.cpp index 48ba35b7893..9a8d12b5dd3 100644 --- a/src/test/memory.cpp +++ b/src/test/memory.cpp @@ -4,7 +4,6 @@ Copyright (c) 2015 Microsoft Corporation --*/ -#ifdef _WINDOWS #include "api/z3.h" #include "api/z3_private.h" #include @@ -59,8 +58,3 @@ void tst_memory() { Z3_reset_memory(); } - -#else -void tst_memory() { -} -#endif diff --git a/src/test/no_overflow.cpp b/src/test/no_overflow.cpp index eb26866a594..c1ba48ea782 100644 --- a/src/test/no_overflow.cpp +++ b/src/test/no_overflow.cpp @@ -16,7 +16,6 @@ Module Name: Revision History: --*/ -#ifdef _WINDOWS #include "api/z3.h" #include "util/trace.h" @@ -724,7 +723,3 @@ void tst_no_overflow() { } } } -#else -void tst_no_overflow() { -} -#endif diff --git a/src/test/simplifier.cpp b/src/test/simplifier.cpp index a42ed86b1a4..944f64026b5 100644 --- a/src/test/simplifier.cpp +++ b/src/test/simplifier.cpp @@ -4,7 +4,6 @@ Copyright (c) 2015 Microsoft Corporation --*/ -#ifdef _WINDOWS #include "api/z3.h" #include "api/z3_private.h" #include @@ -214,8 +213,3 @@ void tst_simplifier() { test_bool(); test_skolemize_bug(); } - -#else -void tst_simplifier() { -} -#endif