summaryrefslogtreecommitdiff
path: root/test-suite/failure/clashes.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/clashes.v')
-rw-r--r--test-suite/failure/clashes.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/failure/clashes.v b/test-suite/failure/clashes.v
index 207d62b9..1a59ec66 100644
--- a/test-suite/failure/clashes.v
+++ b/test-suite/failure/clashes.v
@@ -5,5 +5,5 @@
Section S.
Variable n : nat.
-Inductive P : Set :=
+Fail Inductive P : Set :=
n : P.