about summary refs log tree commit diff
path: root/tests/ui/check-cfg/empty-values.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/check-cfg/empty-values.rs')
-rw-r--r--tests/ui/check-cfg/empty-values.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/check-cfg/empty-values.rs b/tests/ui/check-cfg/empty-values.rs
index 07462951e1b..cad2d351b96 100644
--- a/tests/ui/check-cfg/empty-values.rs
+++ b/tests/ui/check-cfg/empty-values.rs
@@ -1,7 +1,7 @@
 // Check that we detect unexpected value when none are allowed
 //
 //@ check-pass
-//@ compile-flags: --check-cfg=cfg(foo,values()) -Zunstable-options
+//@ compile-flags: --check-cfg=cfg(foo,values())
 
 #[cfg(foo = "foo")]
 //~^ WARNING unexpected `cfg` condition value