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:
parent
00935cffd2
commit
263fb48180
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue