about summary refs log tree commit diff
path: root/library/std/src/panic.rs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-17 09:39:09 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-01-26 10:28:04 +0000
commit09c4dbf7fbb545c0b861ea2473dcb84023f494c4 (patch)
tree4ea2145e83c8e2e60e21280590213ba345870c08 /library/std/src/panic.rs
parent9baeb453095bc74966e0c99a6eeddefed5ed9eaa (diff)
downloadrust-09c4dbf7fbb545c0b861ea2473dcb84023f494c4.tar.gz
rust-09c4dbf7fbb545c0b861ea2473dcb84023f494c4.zip
Move std::panic unit tests to integration tests
Diffstat (limited to 'library/std/src/panic.rs')
-rw-r--r--library/std/src/panic.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/panic.rs b/library/std/src/panic.rs
index d649357a56d..153189b8b03 100644
--- a/library/std/src/panic.rs
+++ b/library/std/src/panic.rs
@@ -529,6 +529,3 @@ pub fn get_backtrace_style() -> Option<BacktraceStyle> {
         Err(new) => BacktraceStyle::from_u8(new),
     }
 }
-
-#[cfg(test)]
-mod tests;