summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/macro-expanded-include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/macros/macro-expanded-include')
-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 cff110470..2e4c4c7f8 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
+// ignore-test (auxiliary, used by other tests)
macro_rules! m {
() => { include!("file.txt"); }