Update tests after rebase

This commit is contained in:
Oliver Scherer 2020-07-29 22:39:09 +02:00
parent dc0408ec43
commit f7a1e64fdb
3 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
// EMIT_MIR_FOR_EACH_BIT_WIDTH
// EMIT_MIR rustc.main.ConstProp.diff
// EMIT_MIR large_array_index.main.ConstProp.diff
fn main() {
// check that we don't propagate this, because it's too large
let x: u8 = [0_u8; 5000][2];