diff options
| author | LG3696 <l.g5@gmx.de> | 2020-05-05 10:08:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-05 10:08:02 +0200 |
| commit | 707cfd167236cf6bffb7bb60e98cd5eb44f678c7 (patch) | |
| tree | 1b9e448e528dc0303d628b9e7c8de5ca4fa26b74 /src | |
| parent | aab345794f4a657937881de75934a7c31064efeb (diff) | |
| download | rust-707cfd167236cf6bffb7bb60e98cd5eb44f678c7.tar.gz rust-707cfd167236cf6bffb7bb60e98cd5eb44f678c7.zip | |
Fix the numbering of the tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/collections-const-new.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/collections-const-new.rs b/src/test/ui/collections-const-new.rs index df980706087..978f25f9a93 100644 --- a/src/test/ui/collections-const-new.rs +++ b/src/test/ui/collections-const-new.rs @@ -4,7 +4,7 @@ // 1. Vec::new() // 2. String::new() // 3. BTreeMap::new() -// 3. BTreeSet::new() +// 4. BTreeSet::new() #![feature(const_btree_new)] |
