about summary refs log tree commit diff
path: root/tests/ui/parser/extern-crate-async.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/extern-crate-async.rs')
-rw-r--r--tests/ui/parser/extern-crate-async.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/parser/extern-crate-async.rs b/tests/ui/parser/extern-crate-async.rs
index 7c7769075b6..529e0f1ab5c 100644
--- a/tests/ui/parser/extern-crate-async.rs
+++ b/tests/ui/parser/extern-crate-async.rs
@@ -5,8 +5,8 @@
 
 fn main() {}
 
-#[cfg(FALSE)]
+#[cfg(false)]
 extern crate async;
 
-#[cfg(FALSE)]
+#[cfg(false)]
 extern crate async as something_else;