Remove outdated comment.

This commit is contained in:
Mara Bos 2022-03-09 11:47:46 +01:00
parent 7a481ff8a4
commit 1c06eb7c1f

View File

@ -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.