aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
authorMatthieu Sozeau2014-06-17 16:14:09 +0200
committerMatthieu Sozeau2014-06-17 17:19:03 +0200
commit8fa5a0351954cc561fa751901fe0f06eeac4ce7a (patch)
tree2d09d6543fea93fb9e3da09fa67f9d2978074928 /test-suite/bugs/opened
parent527a09cc27ac64ab308220b25eb683a882dbddc1 (diff)
HoTT coq bug #82 already fixed.
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/HoTT_coq_082.v19
1 files changed, 0 insertions, 19 deletions
diff --git a/test-suite/bugs/opened/HoTT_coq_082.v b/test-suite/bugs/opened/HoTT_coq_082.v
deleted file mode 100644
index 257afe0b6e..0000000000
--- a/test-suite/bugs/opened/HoTT_coq_082.v
+++ /dev/null
@@ -1,19 +0,0 @@
-Set Implicit Arguments.
-Set Universe Polymorphism.
-
-Record category :=
- { ob : Type }.
-
-Fail Existing Class category. (*
-Toplevel input, characters 0-24:
-Anomaly: Mismatched instance and context when building universe substitution.
-Please report. *)
-
-Record category' :=
- { ob' : Type;
- hom' : ob' -> ob' -> Type }.
-
-Fail Existing Class category'. (*
-Toplevel input, characters 0-24:
-Anomaly: Mismatched instance and context when building universe substitution.
-Please report. *)