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
2 changes: 1 addition & 1 deletion Sources/Testing/ExitTests/ExitTest.CapturedValue.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

private import _TestingInternals

@_spi(Experimental) @_spi(ForToolsIntegrationOnly)
@_spi(ForToolsIntegrationOnly)
#if SWT_NO_EXIT_TESTS
@available(*, unavailable, message: "Exit tests are not available on this platform.")
#endif
Expand Down
1 change: 0 additions & 1 deletion Sources/Testing/ExitTests/ExitTest.Condition.swift
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ extension ExitTest.Condition {

// MARK: - CustomStringConvertible

@_spi(Experimental)
#if SWT_NO_EXIT_TESTS
@available(*, unavailable, message: "Exit tests are not available on this platform.")
#endif
Expand Down
2 changes: 1 addition & 1 deletion Sources/Testing/ExitTests/ExitTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public struct ExitTest: Sendable, ~Copyable {
///
/// The order of values in this array must be the same between the parent and
/// child processes.
@_spi(Experimental) @_spi(ForToolsIntegrationOnly)
@_spi(ForToolsIntegrationOnly)
public var capturedValues = [CapturedValue]()

/// Make a copy of this instance.
Expand Down