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