Skip to content

Commit 475d10d

Browse files
committed
Add test annotation
1 parent aadda46 commit 475d10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/ignore_without_reason.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ fn unignored_test() {}
1010
fn ignored_with_reason() {}
1111

1212
#[test]
13-
#[ignore]
13+
#[ignore] //~ ignore_without_reason
1414
fn ignored_without_reason() {}

0 commit comments

Comments
 (0)