]> git.lizzy.rs Git - rust.git/commit
test: fix repr-transparent-aggregates test on mips64
authorJames Cowgill <jcowgill@debian.org>
Fri, 9 Mar 2018 10:18:19 +0000 (10:18 +0000)
committerJames Cowgill <jcowgill@debian.org>
Fri, 9 Mar 2018 10:21:30 +0000 (10:21 +0000)
commitfb806fd9db4012e0697d7d30cd034458e17e9fa0
tree87d9e77e604523b56a301b25ceb70f86fc24b3be
parent54467ae319de2d23819df897d1813e267e4a3097
test: fix repr-transparent-aggregates test on mips64

Since #47964 was merged, 64-bit mips started passing all structures
using 64-bit chunks regardless of their contents. The
repr-transparent-aggregates tests needs updating to cope with this.
src/test/codegen/repr-transparent-aggregates-2.rs
src/test/codegen/repr-transparent-aggregates-3.rs [new file with mode: 0644]