Skip to content

Commit

Permalink
run test only on 64bit
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Mar 25, 2020
1 parent 11763d4 commit f8e3da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/mir-opt/inline/inline-into-box-place.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// ignore-tidy-linelength
// ignore-wasm32-bare compiled with panic=abort by default
// compile-flags: -Z mir-opt-level=3
// only-64bit FIXME: the mir representation of RawVec depends on ptr size
#![feature(box_syntax)]

fn main() {
Expand Down

0 comments on commit f8e3da5

Please sign in to comment.