about summary refs log tree commit diff
path: root/tests/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.rs')
-rw-r--r--tests/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.rs b/tests/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.rs
index fa6734b6c6c..c3df917ed12 100644
--- a/tests/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.rs
+++ b/tests/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.rs
@@ -1,4 +1,4 @@
-// compile-flags: -Z unstable-options
+//@ compile-flags: -Z unstable-options
 
 #![feature(rustc_private)]
 #![deny(rustc::lint_pass_impl_without_macro)]