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 a0e583f commit 3574237Copy full SHA for 3574237
tests/skip_inner_frames.rs
@@ -46,6 +46,6 @@ fn backtrace_new_should_start_with_call_site_trace() {
46
assert_eq!(this_ip, frame_ip);
47
48
let trace = format!("{b:?}");
49
- assert!(trace.starts_with(" 0: skip_inner_frames::backtrace_new_should_start_with_call_site_trace\n at "));
+ // FIXME: need more stacktrace content tests
50
assert!(trace.ends_with("\n"));
51
}
0 commit comments