aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/HoTT_coq_052.v22
1 files changed, 0 insertions, 22 deletions
diff --git a/test-suite/bugs/opened/HoTT_coq_052.v b/test-suite/bugs/opened/HoTT_coq_052.v
deleted file mode 100644
index 886dbad9ef..0000000000
--- a/test-suite/bugs/opened/HoTT_coq_052.v
+++ /dev/null
@@ -1,22 +0,0 @@
-Goal Type = Type.
- 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 Fail match goal with |- ?x = ?x => idtac end.
-Abort.
-
-Goal Type = Prop.
- (* This should fail *)
- Fail Fail match goal with |- ?x = ?x => idtac end.
-Abort.
-
-Goal Type = Set.
- (* This should fail *)
- Fail Fail match goal with |- ?x = ?x => idtac end.
-Abort.