aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/Omega.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/Omega.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/Omega.v')
-rw-r--r--test-suite/success/Omega.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/success/Omega.v b/test-suite/success/Omega.v
index ecbf04e41..470e4f058 100644
--- a/test-suite/success/Omega.v
+++ b/test-suite/success/Omega.v
@@ -52,7 +52,7 @@ Lemma lem5 : (H > 0)%Z.
Qed.
End B.
-(* From Nicolas Oury (bug #180): handling -> on Set (fixed Oct 2002) *)
+(* From Nicolas Oury (BZ#180): handling -> on Set (fixed Oct 2002) *)
Lemma lem6 :
forall (A : Set) (i : Z), (i <= 0)%Z -> ((i <= 0)%Z -> A) -> (i <= 0)%Z.
intros.
@@ -86,7 +86,7 @@ intros; omega.
Qed.
(* Check that the interpretation of mult on nat enforces its positivity *)
-(* Submitted by Hubert Thierry (bug #743) *)
+(* Submitted by Hubert Thierry (BZ#743) *)
(* Postponed... problem with goals of the form "(n*m=0)%nat -> (n*m=0)%Z" *)
Lemma lem10 : forall n m:nat, le n (plus n (mult n m)).
Proof.