Ignore variadic FFI test on AArch64

This commit is contained in:
Mátyás Mustoha 2017-06-08 12:03:08 +02:00
parent 89fceaa5b0
commit 70e48b12e9
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
// except according to those terms.
// ignore-arm stdcall isn't suppported
// ignore-aarch64 stdcall isn't suppported
extern "stdcall" {
fn printf(_: *const u8, ...); //~ ERROR: variadic function must have C or cdecl calling