3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-13 10:44:43 +00:00

removed ini_file

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-01 16:30:39 -08:00
parent 823dd6ca47
commit 9374a4e20a
38 changed files with 82 additions and 1971 deletions

View file

@ -140,7 +140,6 @@ int main(int argc, char ** argv) {
TST(diff_logic);
TST(uint_set);
TST_ARGV(expr_rand);
TST(ini_file);
TST(list);
TST(small_object_allocator);
TST(timeout);