mirror of
https://github.com/Z3Prover/z3
synced 2026-01-20 01:03:20 +00:00
Enable more tests on non-Windows. (#6199)
Some tests were `#ifdef _WINDOWS` even though they compiled and ran on other platforms. Remove the #ifdef protections in these cases.
This commit is contained in:
parent
44100a3a08
commit
78237578f3
7 changed files with 0 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue