aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/unification.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/unification.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/unification.v')
-rw-r--r--test-suite/success/unification.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/success/unification.v b/test-suite/success/unification.v
index 6f7498d65..1ffc02673 100644
--- a/test-suite/success/unification.v
+++ b/test-suite/success/unification.v
@@ -43,7 +43,7 @@ Check (fun _h1 => (zenon_notall nat _ (fun _T_0 =>
(fun _h2 => (zenon_noteq _ _T_0 _h2))) _h1)).
-(* Core of an example submitted by Ralph Matthes (#849)
+(* Core of an example submitted by Ralph Matthes (BZ#849)
It used to fail because of the K-variable x in the type of "sum_rec ..."
which was not in the scope of the evar ?B. Solved by a head
@@ -131,7 +131,7 @@ try case nonemptyT_intro. (* check that it fails w/o anomaly *)
Abort.
(* Test handling of return type and when it is decided to make the
- predicate dependent or not - see "bug" #1851 *)
+ predicate dependent or not - see "bug" BZ#1851 *)
Goal forall X (a:X) (f':nat -> X), (exists f : nat -> X, True).
intros.