aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorArnaud Spiwack2015-03-13 16:42:07 +0100
committerArnaud Spiwack2015-03-13 16:42:07 +0100
commit690ac9fe35ff153a2348b64984817cb37b7764e4 (patch)
tree796e4132aafc763cc9d54f3315186e1bca564353 /test-suite/bugs
parentf90dde7b3b6eabf1f8441fe442bcf7f0263c0793 (diff)
parent494ab7773515ea67bf365707852bbb4074f866ba (diff)
Merge branch 'v8.5' into trunk
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/HoTT_coq_014.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/HoTT_coq_014.v b/test-suite/bugs/closed/HoTT_coq_014.v
index d00a707bd5..ae3e50d7ee 100644
--- a/test-suite/bugs/closed/HoTT_coq_014.v
+++ b/test-suite/bugs/closed/HoTT_coq_014.v
@@ -122,6 +122,7 @@ Section GraphObj.
Definition GraphIndex_Compose s d d' (m1 : GraphIndex_Morphism d d') (m2 : GraphIndex_Morphism s d) :
GraphIndex_Morphism s d'.
+ Proof using. (* This makes no sense, but it makes this test behave as before the no admit commit *)
Admitted.
Definition GraphIndexingCategory : @SpecializedCategory GraphIndex.