summaryrefslogtreecommitdiffstats
path: root/tests/ui/check-cfg/well-known-names.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/check-cfg/well-known-names.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/check-cfg/well-known-names.rs b/tests/ui/check-cfg/well-known-names.rs
index 1dcb419b4..32c14703d 100644
--- a/tests/ui/check-cfg/well-known-names.rs
+++ b/tests/ui/check-cfg/well-known-names.rs
@@ -15,6 +15,7 @@ fn target_os() {}
fn feature_misspell() {}
#[cfg(feature = "foo")]
+//~^ WARNING unexpected `cfg` condition name
fn feature() {}
#[cfg(uniw)]