aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coq.ml')
-rw-r--r--ide/coq.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coq.ml b/ide/coq.ml
index 8e74b6d09..3a6b729ce 100644
--- a/ide/coq.ml
+++ b/ide/coq.ml
@@ -75,7 +75,7 @@ let print_toplevel_error exc =
let (loc,exc) =
match exc with
| Stdpp.Exc_located (loc, ie) -> (Some loc),ie
- | Error_in_file (s, (fname, loc), ie) -> assert false
+ | Error_in_file (s, (fname, loc), ie) -> None, ie
| _ -> dloc,exc
in
match exc with