aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/univers.v
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-10-19 16:04:20 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-10-19 16:11:49 +0200
commitfb1478d2cd59991e8d2fc2e07dacad505ef110b7 (patch)
treee7dd750ed8926e69a4076d5b529933da18007fcd /test-suite/success/univers.v
parent6bda57bd75efe55fe1f7774f932e9ef5a65aeaaf (diff)
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.
Diffstat (limited to 'test-suite/success/univers.v')
-rw-r--r--test-suite/success/univers.v5
1 files changed, 2 insertions, 3 deletions
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