aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/HoTT_coq_052.v
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-15 14:19:00 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-15 14:19:00 +0200
commit5e5a4c9a54903c4a7a4bdcf5e8cec5768f9e3d33 (patch)
tree68202772dd074adfa74d7caebc2a13b92bc99b80 /test-suite/bugs/closed/HoTT_coq_052.v
parenta0141c0ccc295af0d7938e8e515c9eef40449d73 (diff)
Fix test-suite file
Diffstat (limited to 'test-suite/bugs/closed/HoTT_coq_052.v')
-rw-r--r--test-suite/bugs/closed/HoTT_coq_052.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/HoTT_coq_052.v b/test-suite/bugs/closed/HoTT_coq_052.v
index 3fc663c6b..62bb9fa1a 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.