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:
Bruce Mitchener 2024-08-06 09:36:09 +07:00
parent 1c562b7094
commit fefe6c558a
1 changed files with 0 additions and 1 deletions

View File

@ -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()));