Skip to content

Commit

Permalink
the win64 calling convention is also used on x86_64-pc-windows-gnu, s…
Browse files Browse the repository at this point in the history
…o ignore windows entirely instead of just msvc
  • Loading branch information
CensoredUsername committed Sep 1, 2016
1 parent ad447a1 commit 3d766a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/run-pass/abi-sysv64-arg-passing.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit 3d766a0

Please sign in to comment.