Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 13c744f

Browse files
author
Stjepan Glavina
committedApr 3, 2017
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.
1 parent 5309a3e commit 13c744f

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

+2-2
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.

0 commit comments

Comments
 (0)
Please sign in to comment.