]> git.lizzy.rs Git - rust.git/commitdiff
Ignore variadic FFI test on AArch64
authorMátyás Mustoha <mmatyas@inf.u-szeged.hu>
Thu, 8 Jun 2017 10:03:08 +0000 (12:03 +0200)
committerMátyás Mustoha <mmatyas@inf.u-szeged.hu>
Thu, 8 Jun 2017 10:03:08 +0000 (12:03 +0200)
src/test/compile-fail/variadic-ffi.rs

index 125177efc53c79d102e62c519462536f9354fd69..f245306f4d8f6e08545cf0e492a09cc3d1e3c07d 100644 (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