about summary refs log tree commit diff
path: root/tests/ui/parser/foreign-static-syntactic-pass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/foreign-static-syntactic-pass.rs')
-rw-r--r--tests/ui/parser/foreign-static-syntactic-pass.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/foreign-static-syntactic-pass.rs b/tests/ui/parser/foreign-static-syntactic-pass.rs
index a76b9bab491..d7c21c672ab 100644
--- a/tests/ui/parser/foreign-static-syntactic-pass.rs
+++ b/tests/ui/parser/foreign-static-syntactic-pass.rs
@@ -4,7 +4,7 @@
 
 fn main() {}
 
-#[cfg(FALSE)]
+#[cfg(false)]
 extern "C" {
     static X: u8;
     static mut Y: u8;