Skip to content

Commit

Permalink
Merge branch 'pure' of https://github.com/Z3Prover/z3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph M. Wintersteiger committed Oct 5, 2015
2 parents 8e2ec55 + 7b95d68 commit 95c9ccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/dl_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -91,7 +93,7 @@ void tst_dl_context() {
dl_context_saturate_file(params, test_file);
}
}

#endif
}


Expand Down

0 comments on commit 95c9ccb

Please sign in to comment.