about summary refs log tree commit diff
path: root/tests/ui/async-await/feature-async-for-loop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/feature-async-for-loop.rs')
-rw-r--r--tests/ui/async-await/feature-async-for-loop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/feature-async-for-loop.rs b/tests/ui/async-await/feature-async-for-loop.rs
index 67817cbfa5f..22d32907e0e 100644
--- a/tests/ui/async-await/feature-async-for-loop.rs
+++ b/tests/ui/async-await/feature-async-for-loop.rs
@@ -11,7 +11,7 @@ fn f() {
     };
 }
 
-#[cfg(FALSE)]
+#[cfg(false)]
 fn g() {
     let _ = async {
         for await _i in core::async_iter::from_iter(0..3) {