mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
comment out unit test that depends on hard-wired path
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1bb9864d0f
commit
7b95d6894a
|
@ -77,6 +77,8 @@ void tst_dl_context() {
|
|||
symbol relations[] = { symbol("tr_skip"), symbol("tr_sparse"), symbol("tr_hashtable"), symbol("smt_relation2") };
|
||||
const unsigned rel_cnt = sizeof(relations)/sizeof(symbol);
|
||||
|
||||
return;
|
||||
#if 0
|
||||
const char * test_file = "c:\\tvm\\src\\benchmarks\\datalog\\t0.datalog";
|
||||
|
||||
params_ref params;
|
||||
|
@ -91,7 +93,7 @@ void tst_dl_context() {
|
|||
dl_context_saturate_file(params, test_file);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue