We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/test
tests
1 parent 4a4ece4 commit 43c5f39Copy full SHA for 43c5f39
std/src/sys/unix/process/process_unix/tests.rs
@@ -3,7 +3,7 @@ use crate::panic::catch_unwind;
3
use crate::process::Command;
4
5
// Many of the other aspects of this situation, including heap alloc concurrency
6
-// safety etc., are tested in src/test/ui/process/process-panic-after-fork.rs
+// safety etc., are tested in tests/ui/process/process-panic-after-fork.rs
7
8
#[test]
9
fn exitstatus_display_tests() {
0 commit comments