aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-17 17:09:21 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-17 17:19:04 +0200
commit83dff8025ae4cf919ea92d39e4619e72fe9b3f42 (patch)
tree5d689fd8573a52d658d1756eef8303d9d1be0183
parent88ab72280269ce85a2737d91695c75f97b54ee1c (diff)
Bug closed, now in polymorphic mode, Variables A B : Type give different levels to A and B.
-rw-r--r--test-suite/bugs/closed/HoTT_coq_101.v (renamed from test-suite/bugs/opened/HoTT_coq_101.v)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/HoTT_coq_101.v b/test-suite/bugs/closed/HoTT_coq_101.v
index 9419c25c3..9c89a6ab9 100644
--- a/test-suite/bugs/opened/HoTT_coq_101.v
+++ b/test-suite/bugs/closed/HoTT_coq_101.v
@@ -72,6 +72,6 @@ Section FullyFaithful.
Let TypeCatC := FunctorCategory C TypeCat.
Let YC := (Yoneda C).
Set Printing Universes.
- Fail Check @FunctorProduct' C TypeCatC YC. (* Toplevel input, characters 0-37:
+ Check @FunctorProduct' C TypeCatC YC. (* Toplevel input, characters 0-37:
Error: Universe inconsistency. Cannot enforce Top.187 = Top.186 because
Top.186 <= Top.189 < Top.191 <= Top.187). *)