Skip to content

Commit 407fb29

Browse files
committed
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.
1 parent ae0eb67 commit 407fb29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/extern-pass-empty.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Test a foreign function that accepts empty struct.
1212

1313
// pretty-expanded FIXME #23616
14+
// ignore-msvc
1415

1516
struct TwoU8s {
1617
one: u8,

0 commit comments

Comments
 (0)