Skip to content

Commit

Permalink
call mochi
Browse files Browse the repository at this point in the history
  • Loading branch information
artoy committed Mar 21, 2024
1 parent 426c77d commit 130d1ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions src/callMoCHi.ml

This file was deleted.

3 changes: 0 additions & 3 deletions src/consort.ml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,4 @@ let convmochi ~opts file =
let file = open_out "./test/to_mochi.ml" in
ConvMoCHi.Mochi.write_to_channel_prog prog file;
Out_channel.close file;
(* let (res_out, res_err) = CallMoCHi.call_mochi in
print_endline res_out;
print_endline res_err; *)
match ownership_res with None -> Unverified Aliasing | Some _ -> Verified
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
Z3BasedBackend Consort
HoiceBackend NullSolver
ExternalFileBackend EldaricaBackend ParallelBackend
ConvMoCHi CallMoCHi))
ConvMoCHi))

(executable
(name test)
Expand Down

0 comments on commit 130d1ec

Please sign in to comment.