Skip to content

Commit

Permalink
Add test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Mar 4, 2025
1 parent 149177a commit 44392b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/ignore_without_reason.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ fn unignored_test() {}
fn ignored_with_reason() {}

#[test]
#[ignore]
#[ignore] //~ ignore_without_reason
fn ignored_without_reason() {}

0 comments on commit 44392b7

Please sign in to comment.