about summary refs log tree commit diff
path: root/library/std/src/sys
diff options
context:
space:
mode:
authorAlbert Larsan <74931857+albertlarsan68@users.noreply.github.com>2023-01-05 09:45:44 +0100
committerAlbert Larsan <74931857+albertlarsan68@users.noreply.github.com>2023-01-11 09:32:13 +0000
commit40ba0e84d53f605ccf01836e9c2d27892728ae81 (patch)
treee8cb2c8310381b238e1b0e3b42f2d313712ba7f8 /library/std/src/sys
parentcf2dff2b1e3fa55fa5415d524200070d0d7aacfe (diff)
downloadrust-40ba0e84d53f605ccf01836e9c2d27892728ae81.tar.gz
rust-40ba0e84d53f605ccf01836e9c2d27892728ae81.zip
Change `src/test` to `tests` in source files, fix tidy and tests
Diffstat (limited to 'library/std/src/sys')
-rw-r--r--library/std/src/sys/unix/process/process_unix/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/unix/process/process_unix/tests.rs b/library/std/src/sys/unix/process/process_unix/tests.rs
index e0e2d478fad..4c87f633a26 100644
--- a/library/std/src/sys/unix/process/process_unix/tests.rs
+++ b/library/std/src/sys/unix/process/process_unix/tests.rs
@@ -3,7 +3,7 @@ use crate::panic::catch_unwind;
 use crate::process::Command;
 
 // Many of the other aspects of this situation, including heap alloc concurrency
-// 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
 
 #[test]
 fn exitstatus_display_tests() {