mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +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
|
@ -16,7 +16,6 @@ Author:
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue