Skip to content

Commit

Permalink
run mir opt test with mir-opt-level=3 so they fire
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcarr committed Aug 2, 2016
1 parent d918c99 commit d5908a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/compiletest/src/runtest.rs
Expand Up @@ -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()));
Expand Down

0 comments on commit d5908a3

Please sign in to comment.