Skip to content

Commit 707cfd1

Browse files
authored
Fix the numbering of the tests
1 parent aab3457 commit 707cfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/collections-const-new.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// 1. Vec::new()
55
// 2. String::new()
66
// 3. BTreeMap::new()
7-
// 3. BTreeSet::new()
7+
// 4. BTreeSet::new()
88

99
#![feature(const_btree_new)]
1010

0 commit comments

Comments
 (0)