Skip to content

Commit

Permalink
Make a minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Nov 24, 2023
1 parent feb10e6 commit 4d5d2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/Extract.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,7 @@ let extract_unit_test_if_unit_fun (ctx : extraction_ctx) (fmt : F.formatter)
F.pp_print_string fmt "==";
F.pp_print_space fmt ();
let success = ctx_get_variant (TAssumed TResult) result_return_id ctx in
F.pp_print_string fmt ("." ^ success ^ " ())")
F.pp_print_string fmt (success ^ " ())")
| HOL4 ->
F.pp_print_string fmt "val _ = assert_return (";
F.pp_print_string fmt "";
Expand Down

0 comments on commit 4d5d2a8

Please sign in to comment.