summaryrefslogtreecommitdiff
path: root/test-suite/failure/positivity.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/positivity.v')
-rw-r--r--test-suite/failure/positivity.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/failure/positivity.v b/test-suite/failure/positivity.v
index 1c1080d1..d44bccdf 100644
--- a/test-suite/failure/positivity.v
+++ b/test-suite/failure/positivity.v
@@ -1,9 +1,9 @@
(************************************************************************)
(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2014 *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2015 *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-Inductive t : Set :=
+Fail Inductive t : Set :=
c : (t -> nat) -> t.