Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d766a0

Browse files
committedSep 1, 2016
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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.