From b4bcf9b74588b4974bdc680bcad73669e68fc1be Mon Sep 17 00:00:00 2001 From: xclerc Date: Fri, 20 Sep 2013 11:21:41 +0000 Subject: Update test for bug 2846 in order to use "Fail". git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16793 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/bugs/closed/shouldfail/2846.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/bugs/closed/shouldfail/2846.v b/test-suite/bugs/closed/shouldfail/2846.v index 2769b4d31a..8d6d348a2e 100644 --- a/test-suite/bugs/closed/shouldfail/2846.v +++ b/test-suite/bugs/closed/shouldfail/2846.v @@ -1,3 +1,3 @@ Variable R : Type. -Inductive I : R := c : R. +Fail Inductive I : R := c : R. -- cgit v1.2.3