Skip to content

Commit

Permalink
Update tests after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jul 29, 2020
1 parent dc0408e commit f7a1e64
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/mir-opt/const_prop/large_array_index.rs
@@ -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];
Expand Down

0 comments on commit f7a1e64

Please sign in to comment.