diff options
| author | Samuel Moelius <sam@moeli.us> | 2025-03-03 12:54:34 -0500 |
|---|---|---|
| committer | Samuel Moelius <sam@moeli.us> | 2025-03-20 21:02:35 -0400 |
| commit | 475d10d3b05be14263dae9f624887d6eb2f2fa2d (patch) | |
| tree | fc637f3277bf4e9c5d2f9d0dcd8e8f42ac7d4fcb | |
| parent | aadda467525d6bb6ade388312cb71f20f8c0e2f4 (diff) | |
| download | rust-475d10d3b05be14263dae9f624887d6eb2f2fa2d.tar.gz rust-475d10d3b05be14263dae9f624887d6eb2f2fa2d.zip | |
Add test annotation
| -rw-r--r-- | tests/ui/ignore_without_reason.rs | 2 |
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() {} |
