about summary refs log tree commit diff
path: root/tests/codegen/match-optimized.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/match-optimized.rs')
-rw-r--r--tests/codegen/match-optimized.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/match-optimized.rs b/tests/codegen/match-optimized.rs
index d6893be0b7b..7b409e619a8 100644
--- a/tests/codegen/match-optimized.rs
+++ b/tests/codegen/match-optimized.rs
@@ -1,4 +1,4 @@
-//@ compile-flags: -C no-prepopulate-passes -O
+//@ compile-flags: -Cno-prepopulate-passes -Copt-level=3
 
 #![crate_type = "lib"]