From fb1478d2cd59991e8d2fc2e07dacad505ef110b7 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Thu, 19 Oct 2017 16:04:20 +0200 Subject: Moving bug numbers to BZ# format in the test-suite. Compared to the original proposition (59a594b in #960), this commit only changes files containing bug numbers that are also PR numbers. --- test-suite/success/univers.v | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test-suite/success/univers.v') diff --git a/test-suite/success/univers.v b/test-suite/success/univers.v index fc74225d7..286340459 100644 --- a/test-suite/success/univers.v +++ b/test-suite/success/univers.v @@ -20,8 +20,7 @@ intro P; pattern P. apply lem2. Abort. -(* Check managing of universe constraints in inversion *) -(* Bug report #855 *) +(* Check managing of universe constraints in inversion (BZ#855) *) Inductive dep_eq : forall X : Type, X -> X -> Prop := | intro_eq : forall (X : Type) (f : X), dep_eq X f f @@ -40,7 +39,7 @@ Proof. Abort. -(* Submitted by Bas Spitters (bug report #935) *) +(* Submitted by Bas Spitters (BZ#935) *) (* This is a problem with the status of the type in LetIn: is it a user-provided one or an inferred one? At the current time, the -- cgit v1.2.3