about summary refs log tree commit diff
path: root/library/std/tests/common/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/tests/common/mod.rs')
-rw-r--r--library/std/tests/common/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/tests/common/mod.rs b/library/std/tests/common/mod.rs
index 7cf70c725e4..1e8e4cced6c 100644
--- a/library/std/tests/common/mod.rs
+++ b/library/std/tests/common/mod.rs
@@ -18,7 +18,7 @@ pub(crate) fn test_rng() -> rand_xorshift::XorShiftRng {
     rand::SeedableRng::from_seed(seed)
 }
 
-// Copied from std::sys_common::io
+// Copied from std::test_helpers
 pub(crate) struct TempDir(PathBuf);
 
 impl TempDir {