Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/Runtime/Inputs/custom_rr_abi_utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
macro(25) \
macro(26) \
macro(27) \
macro(28) \
macro(29)
macro(28)

// Apply `macro` with the given parameters to all registers that have
// specialized entrypoints. That's the same as ALL_REGS, minus x0 (the standard
Expand Down
2 changes: 0 additions & 2 deletions test/Runtime/custom_rr_abi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime

// REQUIRES: rdar102912772

import StdlibUnittest

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