diff options
| author | CensoredUsername <cens.username@gmail.com> | 2016-09-01 10:35:37 +0200 |
|---|---|---|
| committer | CensoredUsername <cens.username@gmail.com> | 2016-09-01 10:35:37 +0200 |
| commit | 3d766a077944f167dbd412538af4c6957943374d (patch) | |
| tree | 49aab3d7733e2843ea156dde97c31af3cf793984 | |
| parent | ad447a12b5b057802a434eb02373a966328cb3f9 (diff) | |
| download | rust-3d766a077944f167dbd412538af4c6957943374d.tar.gz rust-3d766a077944f167dbd412538af4c6957943374d.zip | |
the win64 calling convention is also used on x86_64-pc-windows-gnu, so ignore windows entirely instead of just msvc
| -rw-r--r-- | src/test/run-pass/abi-sysv64-arg-passing.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/abi-sysv64-arg-passing.rs b/src/test/run-pass/abi-sysv64-arg-passing.rs index 3f6ae71ffa8..989155bdfd9 100644 --- a/src/test/run-pass/abi-sysv64-arg-passing.rs +++ b/src/test/run-pass/abi-sysv64-arg-passing.rs @@ -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)] |
