remove intentionally failing test
This commit is contained in:
parent
c8817aa521
commit
ec8ee7fb81
@ -408,21 +408,3 @@ impl Capture {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
use super::*;
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn debug_backtrace_fmt() {
|
|
||||||
let bt = Backtrace::capture();
|
|
||||||
eprintln!("uncaptured: {:?}", bt);
|
|
||||||
let bt = Backtrace::force_capture();
|
|
||||||
eprintln!("captured: {:?}", bt);
|
|
||||||
eprintln!("display print: {}", bt);
|
|
||||||
eprintln!("display print alt: {:#}", bt);
|
|
||||||
eprintln!("resolved: {:?}", bt);
|
|
||||||
eprintln!("resolved alt: {:#?}", bt);
|
|
||||||
unimplemented!();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user