Skip to content

Commit

Permalink
Remove a cfg_attr check for track_caller
Browse files Browse the repository at this point in the history
This shouldn't be needed here as the test is already ignored.
  • Loading branch information
waywardmonkeys committed Aug 6, 2024
1 parent 1c562b7 commit fefe6c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()));
Expand Down

0 comments on commit fefe6c5

Please sign in to comment.