the win64 calling convention is also used on x86_64-pc-windows-gnu, so ignore windows entirely instead of just msvc

This commit is contained in:
CensoredUsername 2016-09-01 10:35:37 +02:00
parent ad447a12b5
commit 3d766a0779

View file

@ -35,9 +35,9 @@
// ignore-android
// ignore-arm
// ignore-aarch64
// ignore-msvc
// ignore-windows
// note: msvc is ignored as rust_test_helpers does not have the sysv64 abi on msvc
// note: windows is ignored as rust_test_helpers does not have the sysv64 abi on windows
#![feature(abi_sysv64)]
#[allow(dead_code)]