Skip to content

Commit 17c32f4

Browse files
committed
[Test] Reenable custom_rr_abi.swift.
CI has updated macOS and we should no longer have the issue of dyld stubs using our nonstandard argument registers. rdar://102912772
1 parent 6e2c222 commit 17c32f4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/Runtime/Inputs/custom_rr_abi_utilities.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
macro(25) \
3131
macro(26) \
3232
macro(27) \
33-
macro(28) \
34-
macro(29)
33+
macro(28)
3534

3635
// Apply `macro` with the given parameters to all registers that have
3736
// specialized entrypoints. That's the same as ALL_REGS, minus x0 (the standard

test/Runtime/custom_rr_abi.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
// UNSUPPORTED: use_os_stdlib
77
// UNSUPPORTED: back_deployment_runtime
88

9-
// REQUIRES: rdar102912772
10-
119
import StdlibUnittest
1210

1311
// A class that can provider a retainable pointer and determine whether it's

0 commit comments

Comments
 (0)