Skip to content

Commit

Permalink
Fix the numbering of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LG3696 authored May 5, 2020
1 parent aab3457 commit 707cfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/collections-const-new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// 1. Vec::new()
// 2. String::new()
// 3. BTreeMap::new()
// 3. BTreeSet::new()
// 4. BTreeSet::new()

#![feature(const_btree_new)]

Expand Down

0 comments on commit 707cfd1

Please sign in to comment.