diff options
| author | Théo Zimmermann | 2017-10-19 16:04:20 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2017-10-19 16:11:49 +0200 |
| commit | fb1478d2cd59991e8d2fc2e07dacad505ef110b7 (patch) | |
| tree | e7dd750ed8926e69a4076d5b529933da18007fcd /test-suite/success/simpl.v | |
| parent | 6bda57bd75efe55fe1f7774f932e9ef5a65aeaaf (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/simpl.v')
| -rw-r--r-- | test-suite/success/simpl.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/simpl.v b/test-suite/success/simpl.v index 5b87e877bf..1bfb8580b3 100644 --- a/test-suite/success/simpl.v +++ b/test-suite/success/simpl.v @@ -1,6 +1,6 @@ Require Import TestSuite.admit. (* Check that inversion of names of mutual inductive fixpoints works *) -(* (cf bug #1031) *) +(* (cf BZ#1031) *) Inductive tree : Set := | node : nat -> forest -> tree |
