Skip to content

Commit

Permalink
Re-enable layout tests
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
LegNeato committed Apr 29, 2020
1 parent d9b6f1f commit 9ac2879
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ fn main() {
.opaque_type("__msfilterreq")
.opaque_type("group_req")
.opaque_type("group_source_req")
// bindgen layout tests fail on Rust nightly >1.21.0
// "thread 'bindgen_test_layout_max_align_t' panicked at
// 'assertion failed: `(left == right)`"
.layout_tests(false)
// This fails with "`IPPORT_RESERVED` already defined" on Linux.
.blacklist_item("IPPORT_RESERVED")

Expand Down

0 comments on commit 9ac2879

Please sign in to comment.