about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Lamparski <diagonaldevice@gmail.com>2018-04-30 07:36:56 -0400
committerMichael Lamparski <diagonaldevice@gmail.com>2018-04-30 07:36:56 -0400
commit4fab1674c3db2cf4b2d1546a7120d8d56a85c355 (patch)
treeb7c061cdb99b392de6648fb03438ab0f2540a89a
parent6b749b011350830f47a93f1efce986b3c02c4342 (diff)
downloadrust-4fab1674c3db2cf4b2d1546a7120d8d56a85c355.tar.gz
rust-4fab1674c3db2cf4b2d1546a7120d8d56a85c355.zip
update libcore's comment about str tests
-rw-r--r--src/libcore/tests/str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/tests/str.rs b/src/libcore/tests/str.rs
index 08daafccc54..343c9596c53 100644
--- a/src/libcore/tests/str.rs
+++ b/src/libcore/tests/str.rs
@@ -8,4 +8,4 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// All `str` tests live in collectionstests::str
+// All `str` tests live in liballoc/tests