Skip to content

Commit 88d14bf

Browse files
committed
fix 32bit-only test
1 parent 58bb47e commit 88d14bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/huge-array-simple-32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// FIXME https://github.com/rust-lang/rust/issues/59774
55
// normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
66
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
7-
#![allow(exceeding_bitshifts)]
7+
#![allow(arithmetic_overflow)]
88

99
fn main() {
1010
let _fat: [u8; (1<<31)+(1<<15)] = //~ ERROR too big for the current architecture

0 commit comments

Comments
 (0)