Set mir-opt-level = 0 on some codegen tests

Since we're changing a bunch of stuff, necessary to remove some codegen tests
which look for specific things. Also attempting to restart a test which timed out, maybe due to
fastly failing?
This commit is contained in:
kadmin 2021-06-07 08:37:41 +00:00
parent f7cbf2eb41
commit 3e97cef7e5
3 changed files with 36 additions and 30 deletions

View file

@ -1,4 +1,4 @@
// compile-flags: -O -C no-prepopulate-passes
// compile-flags: -O -C no-prepopulate-passes -Zmir-opt-level=0
#![crate_type = "lib"]