We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c727506 commit ea36527Copy full SHA for ea36527
Sources/Testing/Traits/ConditionTrait+Macro.swift
@@ -126,10 +126,9 @@ extension Trait where Self == ConditionTrait {
126
}
127
128
/// Create a trait controlling availability of a test based on an
129
- /// `@available(*, unavailable)` attribute applied to it.
+ /// `@_unavailableInEmbedded` attribute applied to it.
130
///
131
/// - Parameters:
132
- /// - message: The `message` parameter of the availability attribute.
133
/// - sourceLocation: The source location of the test.
134
135
/// - Returns: A trait.
0 commit comments