remove intentionally failing test
This commit is contained in:
parent
c8817aa521
commit
ec8ee7fb81
1 changed files with 0 additions and 18 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue