Skip to content

Commit

Permalink
Disable SecOffset test for 32-bit build
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc committed Oct 9, 2016
1 parent b761985 commit 089d2b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2912,6 +2912,7 @@ mod tests {
}

#[test]
#[cfg(target_pointer_width = "64")]
fn test_attribute_value() {
let mut unit = test_parse_attribute_unit_default();

Expand Down

0 comments on commit 089d2b8

Please sign in to comment.