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 cbfb5e4

Browse files
committedFeb 13, 2024
Migrate from // to //@ for UI tests via migration tool
1 parent 0f52326 commit cbfb5e4

File tree

9,906 files changed

+16356
-16356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,906 files changed

+16356
-16356
lines changed
 

‎tests/ui/abi/abi-sysv64-arg-passing.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
//@ run-pass
22
// Checks if the "sysv64" calling convention behaves the same as the
33
// "C" calling convention on platforms where both should be the same
44

@@ -24,10 +24,10 @@
2424
// issue-62350-sysv-neg-reg-counts
2525
// struct-return
2626

27-
// ignore-android
28-
// ignore-arm
29-
// ignore-aarch64
30-
// ignore-windows
27+
//@ ignore-android
28+
//@ ignore-arm
29+
//@ ignore-aarch64
30+
//@ ignore-windows
3131

3232
// note: windows is ignored as rust_test_helpers does not have the sysv64 abi on windows
3333

‎tests/ui/abi/abi-sysv64-register-usage.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// run-pass
1+
//@ run-pass
22
// Checks if the correct registers are being used to pass arguments
33
// when the sysv64 ABI is specified.
44

5-
// ignore-android
6-
// ignore-arm
7-
// ignore-aarch64
8-
// needs-asm-support
5+
//@ ignore-android
6+
//@ ignore-arm
7+
//@ ignore-aarch64
8+
//@ needs-asm-support
99

1010
#[cfg(target_arch = "x86_64")]
1111
pub extern "sysv64" fn all_the_registers(

0 commit comments

Comments
 (0)
Please sign in to comment.