summaryrefslogtreecommitdiff
path: root/compiler/InterpreterBorrowsCore.ml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/InterpreterBorrowsCore.ml')
-rw-r--r--compiler/InterpreterBorrowsCore.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterBorrowsCore.ml b/compiler/InterpreterBorrowsCore.ml
index 92d8670a..6e65b11d 100644
--- a/compiler/InterpreterBorrowsCore.ml
+++ b/compiler/InterpreterBorrowsCore.ml
@@ -864,7 +864,7 @@ let update_intersecting_aproj_borrows (meta : Meta.meta)
let ctx = obj#visit_eval_ctx None ctx in
(* Check that we updated the context at least once *)
cassert __FILE__ __LINE__ (Option.is_some !shared) meta
- "Context was not updated at least once";
+ "Context was not updated";
(* Return *)
ctx