Skip to content

Commit

Permalink
only build overflow tests on 64 bits arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Jun 24, 2019
1 parent 26c5d3b commit b16bbf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/overflow.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
#![cfg(target_pointer_width = "64")]

#[macro_use]
extern crate nom;

Expand Down

0 comments on commit b16bbf3

Please sign in to comment.