about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/ui/ignore_without_reason.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/ignore_without_reason.rs b/tests/ui/ignore_without_reason.rs
index eb8aaf179be..53ac34c2724 100644
--- a/tests/ui/ignore_without_reason.rs
+++ b/tests/ui/ignore_without_reason.rs
@@ -10,5 +10,5 @@ fn unignored_test() {}
 fn ignored_with_reason() {}
 
 #[test]
-#[ignore]
+#[ignore] //~ ignore_without_reason
 fn ignored_without_reason() {}