about summary refs log tree commit diff
path: root/library/std/src/path.rs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-17 09:46:15 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-26 10:28:04 +0000
commitb8fa843a1a60146b93ca5b1d11bbe23c1b1076f3 (patch)
tree67d3e774a8b8b787f5e9e8e10175386784f99eb1 /library/std/src/path.rs
parent09c4dbf7fbb545c0b861ea2473dcb84023f494c4 (diff)
downloadrust-b8fa843a1a60146b93ca5b1d11bbe23c1b1076f3.tar.gz
rust-b8fa843a1a60146b93ca5b1d11bbe23c1b1076f3.zip
Move std::path unit tests to integration tests
Diffstat (limited to 'library/std/src/path.rs')
-rw-r--r--library/std/src/path.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/path.rs b/library/std/src/path.rs
index 7fd08a97f1f..97e17acadea 100644
--- a/library/std/src/path.rs
+++ b/library/std/src/path.rs
@@ -67,9 +67,6 @@
 #![stable(feature = "rust1", since = "1.0.0")]
 #![deny(unsafe_op_in_unsafe_fn)]
 
-#[cfg(test)]
-mod tests;
-
 use core::clone::CloneToUninit;
 
 use crate::borrow::{Borrow, Cow};