commit | c8b895cee78b370a10cb7f9f0a05616736f93188 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Thu Sep 10 13:24:15 2015 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Thu Sep 10 13:24:15 2015 -0700 |
tree | 3235de96c4a30836a2f51fda1c0ea5439cb20519 | |
parent | ec5538c968e37d051272979f361de890d0be5f59 [diff] [blame] |
Attempt to fix 32-bit
diff --git a/libc-test/build.rs b/libc-test/build.rs index f7c0129..62d8b07 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs
@@ -258,7 +258,7 @@ unsafe {{ same(mem::size_of::<{ty}>() as u64, __test_size_{ty}(), "size"); - same(mem::align_of::<{ty}>() as u64, + same(align::<{ty}>() as u64, __test_align_{ty}(), "align"); }} }}