Skip to content

Commit

Permalink
comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
artoy committed Nov 7, 2023
1 parent b6a043c commit 70d776e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/consort.ml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ 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
(* let (res_out, res_err) = CallMoCHi.call_mochi in
print_endline res_out;
print_endline res_err;
print_endline res_err; *)
match ownership_res with None -> Unverified Aliasing | Some _ -> Verified

0 comments on commit 70d776e

Please sign in to comment.