about summary refs log tree commit diff
path: root/library/std/src/thread
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2022-03-09 11:47:46 +0100
committerMara Bos <m-ou.se@m-ou.se>2022-03-09 11:47:46 +0100
commit1c06eb7c1f416055d7ede098f35bcf22cf85b7f8 (patch)
treecc4cad571283a32b780734a70971c5eba4bf5d94 /library/std/src/thread
parent7a481ff8a412121b0a52c51c086ae22ed7e96ab5 (diff)
downloadrust-1c06eb7c1f416055d7ede098f35bcf22cf85b7f8.tar.gz
rust-1c06eb7c1f416055d7ede098f35bcf22cf85b7f8.zip
Remove outdated comment.
Diffstat (limited to 'library/std/src/thread')
-rw-r--r--library/std/src/thread/tests.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/thread/tests.rs b/library/std/src/thread/tests.rs
index 3323ba36bf3..27eebd0ddf4 100644
--- a/library/std/src/thread/tests.rs
+++ b/library/std/src/thread/tests.rs
@@ -293,5 +293,3 @@ fn test_thread_id_not_equal() {
     assert!(thread::current().id() != spawned_id);
 }
 
-// NOTE: the corresponding test for stderr is in ui/thread-stderr, due
-// to the test harness apparently interfering with stderr configuration.