msvc: Ignore extern-pass-empty on MSVC
The MSVC compiler doesn't like empty structs, so this test won't link on MSVC, so it's ignored.
This commit is contained in:
parent
ae0eb675db
commit
407fb293db
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
// Test a foreign function that accepts empty struct.
|
||||
|
||||
// pretty-expanded FIXME #23616
|
||||
// ignore-msvc
|
||||
|
||||
struct TwoU8s {
|
||||
one: u8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue