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:
Alex Crichton 2015-06-29 23:30:12 -07:00
parent ae0eb675db
commit 407fb293db

View file

@ -11,6 +11,7 @@
// Test a foreign function that accepts empty struct.
// pretty-expanded FIXME #23616
// ignore-msvc
struct TwoU8s {
one: u8,