File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,9 @@ public typealias __XCTestCompatibleSelector = Never
53
53
/// - Parameters:
54
54
/// - traits: Zero or more traits to apply to this test suite.
55
55
///
56
- /// A test suite is a type that contains one or more test functions.
57
- /// Any type may be a test suite.
56
+ /// A test suite is a type that contains one or more test functions. Any
57
+ /// escapable type (that is, any type that is not marked `~Escapable`) may be a
58
+ /// test suite.
58
59
///
59
60
/// The use of the `@Suite` attribute is optional; types are recognized as test
60
61
/// suites even if they do not have the `@Suite` attribute applied to them.
@@ -80,8 +81,9 @@ public macro Suite(
80
81
/// from the associated type's name.
81
82
/// - traits: Zero or more traits to apply to this test suite.
82
83
///
83
- /// A test suite is a type that contains one or more test functions.
84
- /// Any type may be a test suite.
84
+ /// A test suite is a type that contains one or more test functions. Any
85
+ /// escapable type (that is, any type that is not marked `~Escapable`) may be a
86
+ /// test suite.
85
87
///
86
88
/// The use of the `@Suite` attribute is optional; types are recognized as test
87
89
/// suites even if they do not have the `@Suite` attribute applied to them.
You can’t perform that action at this time.
0 commit comments