Skip to content

Commit

Permalink
fix 32bit-only test
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Feb 19, 2020
1 parent 58bb47e commit 88d14bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/huge-array-simple-32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// FIXME https://github.com/rust-lang/rust/issues/59774
// normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
#![allow(exceeding_bitshifts)]
#![allow(arithmetic_overflow)]

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

0 comments on commit 88d14bf

Please sign in to comment.