Skip to content

Commit

Permalink
to test on github, since it passes locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Benfield committed Dec 14, 2022
1 parent 788682a commit e0a7034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/without_debuginfo/tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fn all_frames_have_symbols() {
backtrace::trace(|frame| {
let mut any = false;
backtrace::resolve_frame(frame, |sym| {
println!("{:?}, {:?}", sym.name(), frame.ip().is_null());
if sym.name().is_some() {
any = true;
}
Expand Down

0 comments on commit e0a7034

Please sign in to comment.