We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd5ea2 commit 90e218aCopy full SHA for 90e218a
tests/run-pass/panic/std-panic-locations.rs
@@ -35,5 +35,5 @@ fn main() {
35
// Cleanup: reset to default hook.
36
drop(std::panic::take_hook());
37
38
- assert_eq!(HOOK_COUNT.load(Ordering::Relaxed), 8);
+ assert_eq!(HOOK_COUNT.load(Ordering::Relaxed), 6);
39
}
0 commit comments