3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00
This commit is contained in:
Nikolaj Bjorner 2018-12-09 12:56:26 -08:00
commit bb69aa88fb

View file

@ -1,8 +1,6 @@
/*++ /*++
Copyright (c) 2015 Microsoft Corporation Copyright (c) 2015 Microsoft Corporation
--*/ --*/
#if defined(_WINDOWS) || defined(_CYGWIN)
#include "muz/base/dl_context.h" #include "muz/base/dl_context.h"
#include "muz/rel/dl_table.h" #include "muz/rel/dl_table.h"
#include "muz/fp/dl_register_engine.h" #include "muz/fp/dl_register_engine.h"
@ -98,7 +96,3 @@ void test_dl_bitvector_table() {
void tst_dl_table() { void tst_dl_table() {
test_dl_bitvector_table(); test_dl_bitvector_table();
} }
#else
void tst_dl_table() {
}
#endif