run mir opt test with mir-opt-level=3 so they fire

This commit is contained in:
Scott A Carr 2016-08-02 14:47:53 -07:00
parent d918c990de
commit d5908a3250

View File

@ -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()));