about summary refs log tree commit diff
path: root/tests/ui/parser/fn-header-syntactic-pass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/fn-header-syntactic-pass.rs')
-rw-r--r--tests/ui/parser/fn-header-syntactic-pass.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/fn-header-syntactic-pass.rs b/tests/ui/parser/fn-header-syntactic-pass.rs
index 065ded31b07..1e15886e564 100644
--- a/tests/ui/parser/fn-header-syntactic-pass.rs
+++ b/tests/ui/parser/fn-header-syntactic-pass.rs
@@ -5,7 +5,7 @@
 
 fn main() {}
 
-#[cfg(FALSE)]
+#[cfg(false)]
 fn syntax() {
     async fn f();
     unsafe fn f();