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:
parent
ad447a12b5
commit
3d766a0779
1 changed files with 2 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue