about summary refs log tree commit diff
path: root/tests/ui/resolve/privacy-struct-ctor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/privacy-struct-ctor.rs')
-rw-r--r--tests/ui/resolve/privacy-struct-ctor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/resolve/privacy-struct-ctor.rs b/tests/ui/resolve/privacy-struct-ctor.rs
index 0eecc7f8cc5..da0e9f2fc04 100644
--- a/tests/ui/resolve/privacy-struct-ctor.rs
+++ b/tests/ui/resolve/privacy-struct-ctor.rs
@@ -1,4 +1,4 @@
-// aux-build:privacy-struct-ctor.rs
+//@ aux-build:privacy-struct-ctor.rs
 
 extern crate privacy_struct_ctor as xcrate;