summaryrefslogtreecommitdiff
path: root/test-suite/failure/cases.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/cases.v')
-rw-r--r--test-suite/failure/cases.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/failure/cases.v b/test-suite/failure/cases.v
index 18faaf5c..ec08e614 100644
--- a/test-suite/failure/cases.v
+++ b/test-suite/failure/cases.v
@@ -1,6 +1,6 @@
(* Non exhaustive pattern-matching *)
-Check
+Fail Check
(fun x =>
match x, x with
| O, S (S y) => true