Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f7a1e64

Browse files
committed
Update tests after rebase
1 parent dc0408e commit f7a1e64

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/test/mir-opt/const_prop/large_array_index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// EMIT_MIR_FOR_EACH_BIT_WIDTH
22

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

0 commit comments

Comments
 (0)