about summary refs log tree commit diff
path: root/tests/codegen
diff options
context:
space:
mode:
authorArlie Davis <ardavis@microsoft.com>2023-11-21 14:24:23 -0800
committerArlie Davis <ardavis@microsoft.com>2023-11-21 14:24:23 -0800
commit9429d68842a90fec21b5bed7419840bd86baaeab (patch)
tree7ba139c7f8ce2d7f726a4ab30c8e609cb1ff8eac /tests/codegen
parentd582f1092b524ed8aff86193928a1c7f871b11cf (diff)
downloadrust-9429d68842a90fec21b5bed7419840bd86baaeab.tar.gz
rust-9429d68842a90fec21b5bed7419840bd86baaeab.zip
convert ehcont-guard to an unstable option
Diffstat (limited to 'tests/codegen')
-rw-r--r--tests/codegen/ehcontguard_enabled.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/ehcontguard_enabled.rs b/tests/codegen/ehcontguard_enabled.rs
index 5e7ea90940e..03aaa342b96 100644
--- a/tests/codegen/ehcontguard_enabled.rs
+++ b/tests/codegen/ehcontguard_enabled.rs
@@ -1,4 +1,4 @@
-// compile-flags: -C ehcont_guard
+// compile-flags: -Z ehcont-guard
 
 #![crate_type = "lib"]