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.
This commit is contained in:
parent
54467ae319
commit
fb806fd9db
2 changed files with 50 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
// ignore-aarch64
|
||||
// ignore-asmjs
|
||||
// ignore-mips64
|
||||
// ignore-s390x
|
||||
// ignore-wasm
|
||||
// ignore-x86
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue