Skip to content

Commit a9d1de8

Browse files
author
Folkert de Vries
committed
only run pass-by-value-abi on 64-bit windows
the 32-bit variant differs only in the alignment/size, and I can't test it locally
1 parent 0897974 commit a9d1de8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ui/c-variadic/pass-by-value-abi.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
//@ [aarch64] ignore-windows
1313
//@ [aarch64] ignore-apple
1414
//@ [aarch64] ignore-uefi
15-
// Windows dosen't use `#[rustc_pass_indirectly_in_non_rustic_abis]` and is tested in CI, so is here
15+
// Windows doesn't use `#[rustc_pass_indirectly_in_non_rustic_abis]` and is tested in CI, so is here
1616
// for comparison.
1717
//@ [win] only-windows
18+
//@ [win] only-x86_64
1819

1920
#![feature(rustc_attrs, c_variadic)]
2021
#![crate_type = "lib"]

0 commit comments

Comments
 (0)