Skip to content

Commit 19c5fdd

Browse files
committed
Rename test.rs to tests.rs
1 parent a91fd73 commit 19c5fdd

File tree

3 files changed

+19
-625
lines changed

3 files changed

+19
-625
lines changed

library/std/src/sys/unix/ext/net/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mod listener;
4242
mod raw_fd;
4343
mod stream;
4444
#[cfg(all(test, not(target_os = "emscripten")))]
45-
mod test;
45+
mod tests;
4646

4747
#[stable(feature = "unix_socket", since = "1.10.0")]
4848
pub use self::addr::*;

0 commit comments

Comments
 (0)