Skip to content

Commit 43c5f39

Browse files
Change src/test to tests in source files, fix tidy and tests
1 parent 4a4ece4 commit 43c5f39

File tree

1 file changed

+1
-1
lines changed
  • std/src/sys/unix/process/process_unix

1 file changed

+1
-1
lines changed

std/src/sys/unix/process/process_unix/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::panic::catch_unwind;
33
use crate::process::Command;
44

55
// 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
6+
// safety etc., are tested in tests/ui/process/process-panic-after-fork.rs
77

88
#[test]
99
fn exitstatus_display_tests() {

0 commit comments

Comments
 (0)