summaryrefslogtreecommitdiff
path: root/test-suite/failure/Case10.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/Case10.v')
-rw-r--r--test-suite/failure/Case10.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/failure/Case10.v b/test-suite/failure/Case10.v
index 43cc1e34..661d98cd 100644
--- a/test-suite/failure/Case10.v
+++ b/test-suite/failure/Case10.v
@@ -1,3 +1,3 @@
-Type (fun x : nat => match x return nat with
+Fail Type (fun x : nat => match x return nat with
| S x as b => S b
end).