Skip to content

Commit 70e48b1

Browse files
committed
Ignore variadic FFI test on AArch64
1 parent 89fceaa commit 70e48b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/compile-fail/variadic-ffi.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-arm stdcall isn't suppported
12+
// ignore-aarch64 stdcall isn't suppported
1213

1314
extern "stdcall" {
1415
fn printf(_: *const u8, ...); //~ ERROR: variadic function must have C or cdecl calling

0 commit comments

Comments
 (0)