Skip to content

Commit ef38617

Browse files
committed
Bump Charon
1 parent 7491be0 commit ef38617

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/AstOfLlbc.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2193,7 +2193,7 @@ and expression_of_statement_kind (env : env) (ret_var : C.local_id) (s : C.state
21932193
(* [ p ]))) *)
21942194
| _ -> Krml.Helpers.eunit
21952195
end
2196-
| Assert a -> expression_of_assertion env a
2196+
| Assert (a, _on_failure) -> expression_of_assertion env a
21972197
| Call
21982198
{
21992199
func =

0 commit comments

Comments
 (0)