Skip to content

Commit

Permalink
Rename {collections=>alloc}{tests,benches}
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Nov 26, 2023
1 parent 274b524 commit 865ab92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
rand_xorshift = "0.3.0"

[[test]]
name = "collectionstests"
name = "alloctests"
path = "tests/lib.rs"

[[bench]]
name = "collectionsbenches"
name = "allocbenches"
path = "benches/lib.rs"
test = true

Expand Down

0 comments on commit 865ab92

Please sign in to comment.