mirror of https://github.com/zkat/miette.git
Remove a cfg_attr check for `track_caller`
This shouldn't be needed here as the test is already ignored.
This commit is contained in:
parent
1c562b7094
commit
fefe6c558a
|
|
@ -80,7 +80,6 @@ fn test_altdisplay() {
|
|||
|
||||
#[test]
|
||||
#[ignore = "not really gonna work with the current printers"]
|
||||
#[cfg_attr(track_caller, ignore)]
|
||||
fn test_debug() {
|
||||
assert_eq!(EXPECTED_DEBUG_F, format!("{:?}", f().unwrap_err()));
|
||||
assert_eq!(EXPECTED_DEBUG_G, format!("{:?}", g().unwrap_err()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue