aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2015-10-10 12:24:28 +0200
committerPierre-Marie Pédrot2015-10-10 12:24:28 +0200
commit75c5e421e91d49eec9cd55c222595d2ef45325d6 (patch)
treeeac436f0dda95d74cc1cbe2676a32a760cb53c71 /test-suite
parenteb7da0d0a02a406c196214ec9d08384385541788 (diff)
parentdb06a1ddee4c79ea8f6903596284df2f2700ddac (diff)
Merge branch 'v8.5'
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/4354.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/4354.v b/test-suite/bugs/closed/4354.v
index 6a2f9672d3..e71ddaf71f 100644
--- a/test-suite/bugs/closed/4354.v
+++ b/test-suite/bugs/closed/4354.v
@@ -3,8 +3,9 @@ Class Lift (T : Type).
Axiom closed_increment : forall {T} {H : Lift T}, True.
Create HintDb core.
Lemma closed_monotonic T (H : Lift T) : True.
+Proof.
+ Set Printing Universes.
auto using closed_increment. Show Universes.
Qed.
-
(* also fails with -nois, so the content of the hint database does not matter
*) \ No newline at end of file