Skip to content

Commit 3d766a0

Browse files
the win64 calling convention is also used on x86_64-pc-windows-gnu, so ignore windows entirely instead of just msvc
1 parent ad447a1 commit 3d766a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/run-pass/abi-sysv64-arg-passing.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
// ignore-android
3636
// ignore-arm
3737
// ignore-aarch64
38-
// ignore-msvc
38+
// ignore-windows
3939

40-
// note: msvc is ignored as rust_test_helpers does not have the sysv64 abi on msvc
40+
// note: windows is ignored as rust_test_helpers does not have the sysv64 abi on windows
4141

4242
#![feature(abi_sysv64)]
4343
#[allow(dead_code)]

0 commit comments

Comments
 (0)