diff options
Diffstat (limited to 'test/KB/kb.ml')
-rw-r--r-- | test/KB/kb.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/KB/kb.ml b/test/KB/kb.ml index 52c9e8d1e..329c0b591 100644 --- a/test/KB/kb.ml +++ b/test/KB/kb.ml @@ -168,7 +168,7 @@ let kb_completion greater = let ek = (rk.lhs, rk.rhs) in process failures (k,l) (mutual_critical_pairs el (rename rl.numvars ek)) - with Not_found -> next_criticals failures (k+1,l) + with Not_found -> next_criticals failures (k+1,l) with Not_found -> next_criticals failures (1,l+1) in process in kbrec |