Skip to content

Commit d5908a3

Browse files
committed
run mir opt test with mir-opt-level=3 so they fire
1 parent d918c99 commit d5908a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/compiletest/src/runtest.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,8 @@ actual:\n\
13401340
MirOpt => {
13411341
args.extend(["-Z",
13421342
"dump-mir=all",
1343+
"-Z",
1344+
"mir-opt-level=3",
13431345
"-Z"]
13441346
.iter()
13451347
.map(|s| s.to_string()));

0 commit comments

Comments
 (0)