3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

polishing VS build

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-26 16:59:22 -07:00
parent 00935cffd2
commit 263fb48180
2 changed files with 9 additions and 1 deletions

View file

@ -18,6 +18,8 @@ Revision History:
--*/
#include"imdd.h"
#ifndef _AMD64_
static void tst0() {
std::cout << "--------------------------------\n";
imdd_manager m;
@ -607,3 +609,9 @@ void tst_imdd() {
}
#else
void tst_imdd() {
}
#endif