From 5e5a4c9a54903c4a7a4bdcf5e8cec5768f9e3d33 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Sun, 15 Jun 2014 14:19:00 +0200 Subject: Fix test-suite file --- test-suite/bugs/closed/HoTT_coq_052.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test-suite') diff --git a/test-suite/bugs/closed/HoTT_coq_052.v b/test-suite/bugs/closed/HoTT_coq_052.v index 3fc663c6be..62bb9fa1a6 100644 --- a/test-suite/bugs/closed/HoTT_coq_052.v +++ b/test-suite/bugs/closed/HoTT_coq_052.v @@ -1,12 +1,11 @@ Goal Type = Type. - match goal with |- ?x = ?y => idtac end. + Fail match goal with |- ?x = ?x => idtac end. Abort. Goal Prop. Fail match goal with |- Type => idtac end. Abort. - Goal Prop = Set. (* This should fail *) Fail match goal with |- ?x = ?x => idtac x end. -- cgit v1.2.3