3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52: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:
Bruce Mitchener 2022-07-29 16:48:27 +07:00 committed by GitHub
parent 44100a3a08
commit 78237578f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 39 deletions

View file

@ -16,7 +16,6 @@ Author:
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