Skip to content

Commit d3587e9

Browse files
authored
Rollup merge of rust-lang#41037 - stjepang:move-libxtest, r=alexcrichton
Move libXtest into libX/tests This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to rust-lang#39561. r? @alexcrichton
2 parents f3f2560 + 13c744f commit d3587e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+10
-10
lines changed

src/libcollections/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ core = { path = "../libcore" }
1313
std_unicode = { path = "../libstd_unicode" }
1414

1515
[[test]]
16-
name = "collectionstest"
17-
path = "../libcollectionstest/lib.rs"
16+
name = "collectionstests"
17+
path = "../libcollections/tests/lib.rs"
1818

1919
[[bench]]
2020
name = "collectionsbenches"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)