summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/const_prop/mult_by_zero.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/const_prop/mult_by_zero.rs')
-rw-r--r--tests/mir-opt/const_prop/mult_by_zero.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/mir-opt/const_prop/mult_by_zero.rs b/tests/mir-opt/const_prop/mult_by_zero.rs
index c839f92f2..7bd30975a 100644
--- a/tests/mir-opt/const_prop/mult_by_zero.rs
+++ b/tests/mir-opt/const_prop/mult_by_zero.rs
@@ -1,5 +1,4 @@
-// unit-test
-// compile-flags: -O -Zmir-opt-level=4
+// unit-test: ConstProp
// EMIT_MIR mult_by_zero.test.ConstProp.diff
fn test(x : i32) -> i32 {