about summary refs log tree commit diff
path: root/tests/ui/check-cfg/cfg-value-for-cfg-name-duplicate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/check-cfg/cfg-value-for-cfg-name-duplicate.rs')
-rw-r--r--tests/ui/check-cfg/cfg-value-for-cfg-name-duplicate.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/check-cfg/cfg-value-for-cfg-name-duplicate.rs b/tests/ui/check-cfg/cfg-value-for-cfg-name-duplicate.rs
index 79d4e45c13b..dd82ccd2c51 100644
--- a/tests/ui/check-cfg/cfg-value-for-cfg-name-duplicate.rs
+++ b/tests/ui/check-cfg/cfg-value-for-cfg-name-duplicate.rs
@@ -2,6 +2,7 @@
 // This test checks we won't suggest more than 3 span suggestions for cfg names
 //
 //@ check-pass
+//@ no-auto-check-cfg
 //@ compile-flags: --check-cfg=cfg(foo,values("value")) --check-cfg=cfg(bar,values("value")) --check-cfg=cfg(bee,values("value")) --check-cfg=cfg(cow,values("value"))
 
 #[cfg(value)]