about summary refs log tree commit diff
path: root/src/libstd/thread
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-07-27 02:26:27 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-07-27 18:56:17 +0300
commit42a317a1cd53a0324427a61aee98c17be350df3b (patch)
tree61875240c2880c6b9f7bf54893db893e3d73e605 /src/libstd/thread
parent5486cc69bdcc1c0027d7d06cd7630a2c48e3b063 (diff)
downloadrust-42a317a1cd53a0324427a61aee98c17be350df3b.tar.gz
rust-42a317a1cd53a0324427a61aee98c17be350df3b.zip
Remove run-pass test suites
Diffstat (limited to 'src/libstd/thread')
-rw-r--r--src/libstd/thread/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/thread/mod.rs b/src/libstd/thread/mod.rs
index 35de4f4008b..764041d2f42 100644
--- a/src/libstd/thread/mod.rs
+++ b/src/libstd/thread/mod.rs
@@ -1742,6 +1742,6 @@ mod tests {
         assert!(thread::current().id() != spawned_id);
     }
 
-    // NOTE: the corresponding test for stderr is in run-pass/thread-stderr, due
+    // NOTE: the corresponding test for stderr is in ui/thread-stderr, due
     // to the test harness apparently interfering with stderr configuration.
 }