about summary refs log tree commit diff
path: root/tests/ui/check-cfg/no-expected-values.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/check-cfg/no-expected-values.rs')
-rw-r--r--tests/ui/check-cfg/no-expected-values.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/check-cfg/no-expected-values.rs b/tests/ui/check-cfg/no-expected-values.rs
index a80f9ec9776..42e7f45fa7a 100644
--- a/tests/ui/check-cfg/no-expected-values.rs
+++ b/tests/ui/check-cfg/no-expected-values.rs
@@ -2,7 +2,6 @@
 //
 //@ check-pass
 //@ revisions: simple mixed empty
-//@ compile-flags: -Z unstable-options
 //@ compile-flags: --check-cfg=cfg(values,simple,mixed,empty)
 //@ [simple]compile-flags: --check-cfg=cfg(test) --check-cfg=cfg(feature)
 //@ [mixed]compile-flags: --check-cfg=cfg(test,feature)