about summary refs log tree commit diff
path: root/tests/ui/macros/macro-expanded-include/foo/mod.rs
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-04-17 17:22:56 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-04-17 19:45:28 +0800
commit89cac55bb85e91ad4d90f9e0bcf0c0e065b88a7d (patch)
tree1e9d1c204056f9f8830930c74cfc74492ac7eba3 /tests/ui/macros/macro-expanded-include/foo/mod.rs
parent6bbee334fd77aed1c5267b97fea0c8e458f84e22 (diff)
downloadrust-89cac55bb85e91ad4d90f9e0bcf0c0e065b88a7d.tar.gz
rust-89cac55bb85e91ad4d90f9e0bcf0c0e065b88a7d.zip
tests: use `//@ ignore-auxiliary` with backlinked primary test file
Diffstat (limited to 'tests/ui/macros/macro-expanded-include/foo/mod.rs')
-rw-r--r--tests/ui/macros/macro-expanded-include/foo/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/macros/macro-expanded-include/foo/mod.rs b/tests/ui/macros/macro-expanded-include/foo/mod.rs
index 926d84c93e5..4e6d9e4aea4 100644
--- a/tests/ui/macros/macro-expanded-include/foo/mod.rs
+++ b/tests/ui/macros/macro-expanded-include/foo/mod.rs
@@ -1,4 +1,4 @@
-//@ ignore-test (auxiliary, used by other tests)
+//@ ignore-auxiliary (used by `../test.rs`)
 
 macro_rules! m {
     () => { include!("file.txt"); }