We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a481ff commit 1c06eb7Copy full SHA for 1c06eb7
library/std/src/thread/tests.rs
@@ -293,5 +293,3 @@ fn test_thread_id_not_equal() {
293
assert!(thread::current().id() != spawned_id);
294
}
295
296
-// NOTE: the corresponding test for stderr is in ui/thread-stderr, due
297
-// to the test harness apparently interfering with stderr configuration.
0 commit comments