about summary refs log tree commit diff
path: root/tests/ui/rust-2024/reserved-guarded-strings-via-macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rust-2024/reserved-guarded-strings-via-macro.rs')
-rw-r--r--tests/ui/rust-2024/reserved-guarded-strings-via-macro.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/rust-2024/reserved-guarded-strings-via-macro.rs b/tests/ui/rust-2024/reserved-guarded-strings-via-macro.rs
index 882f52c48a6..ead2ab40b77 100644
--- a/tests/ui/rust-2024/reserved-guarded-strings-via-macro.rs
+++ b/tests/ui/rust-2024/reserved-guarded-strings-via-macro.rs
@@ -1,6 +1,6 @@
 //@ run-pass
 //@ edition:2024
-//@ aux-build:reserved-guarded-strings-macro-2021.rs
+//@ proc-macro: reserved-guarded-strings-macro-2021.rs
 
 extern crate reserved_guarded_strings_macro_2021 as m2021;