Skip to content

Commit 6abc074

Browse files
committed
Fix optimization test on arm
1 parent a84b2c6 commit 6abc074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/codegen/const-array.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#![crate_type = "lib"]
44

5-
const LUT: [u8; 2] = [1, 1];
5+
const LUT: [u8; 4] = [1, 1, 1, 1];
66

77
// CHECK-LABEL: @decode
88
#[no_mangle]

0 commit comments

Comments
 (0)