X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Ftest%2Fmir-opt%2Fearly_otherwise_branch_3_element_tuple.rs;h=76055e1330fa7c88beec278069d74d0b5e99f3ad;hb=04454e1e9e4605f1f24bb172ca3209acbad7a83d;hp=8527c01d756589ec0446deaee306eee29886eb3c;hpb=5e7ed085d1be5a433884d585f3ff92d8e88d1022;p=rustc.git diff --git a/src/test/mir-opt/early_otherwise_branch_3_element_tuple.rs b/src/test/mir-opt/early_otherwise_branch_3_element_tuple.rs index 8527c01d75..76055e1330 100644 --- a/src/test/mir-opt/early_otherwise_branch_3_element_tuple.rs +++ b/src/test/mir-opt/early_otherwise_branch_3_element_tuple.rs @@ -1,4 +1,4 @@ -// compile-flags: -Z mir-opt-level=4 -Z unsound-mir-opts +// unit-test: EarlyOtherwiseBranch // EMIT_MIR early_otherwise_branch_3_element_tuple.opt1.EarlyOtherwiseBranch.diff fn opt1(x: Option, y: Option, z: Option) -> u32 {