Skip to content
Merged
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
12 changes: 0 additions & 12 deletions Sources/Testing/Running/EntryPoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ public func __swiftPMEntryPoint() async -> Never {
exit(exitCode)
}

/// Call `__swiftPMEntryPoint()`.
///
/// This function is an old alias of `__swiftPMEntryPoint()`. It will be removed
/// in the near future.
///
/// - Warning: This function is used by Swift Package Manager. Do not call it
/// directly.
@_spi(SwiftPackageManagerSupport)
public func swiftPMEntryPoint() async -> Never {
await __swiftPMEntryPoint()
}

// MARK: -

/// List all of the given tests in the "specifier" format used by Swift Package
Expand Down