mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 02:43:45 +00:00
run mir opt test with mir-opt-level=3 so they fire
This commit is contained in:
parent
d918c990de
commit
d5908a3250
@ -1340,6 +1340,8 @@ actual:\n\
|
||||
MirOpt => {
|
||||
args.extend(["-Z",
|
||||
"dump-mir=all",
|
||||
"-Z",
|
||||
"mir-opt-level=3",
|
||||
"-Z"]
|
||||
.iter()
|
||||
.map(|s| s.to_string()));
|
||||
|
Loading…
Reference in New Issue
Block a user