about summary refs log tree commit diff
path: root/tests/ui/parser/foreign-const-syntactic-fail.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/foreign-const-syntactic-fail.rs')
-rw-r--r--tests/ui/parser/foreign-const-syntactic-fail.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/foreign-const-syntactic-fail.rs b/tests/ui/parser/foreign-const-syntactic-fail.rs
index a6e77f84663..fc3cd0b3430 100644
--- a/tests/ui/parser/foreign-const-syntactic-fail.rs
+++ b/tests/ui/parser/foreign-const-syntactic-fail.rs
@@ -2,7 +2,7 @@
 
 fn main() {}
 
-#[cfg(FALSE)]
+#[cfg(false)]
 extern "C" {
     const A: isize; //~ ERROR extern items cannot be `const`
     const B: isize = 42; //~ ERROR extern items cannot be `const`