File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public typealias __XCTestCompatibleSelector = Never
54
54
/// - traits: Zero or more traits to apply to this test suite.
55
55
///
56
56
/// A test suite is a type that contains one or more test functions. Any
57
- /// copyable type (that is, any type that is not marked `~Copyable `) may be a
57
+ /// escapable type (that is, any type that is not marked `~Escapable `) may be a
58
58
/// test suite.
59
59
///
60
60
/// The use of the `@Suite` attribute is optional; types are recognized as test
@@ -82,7 +82,7 @@ public macro Suite(
82
82
/// - traits: Zero or more traits to apply to this test suite.
83
83
///
84
84
/// A test suite is a type that contains one or more test functions. Any
85
- /// copyable type (that is, any type that is not marked `~Copyable `) may be a
85
+ /// escapable type (that is, any type that is not marked `~Escapable `) may be a
86
86
/// test suite.
87
87
///
88
88
/// The use of the `@Suite` attribute is optional; types are recognized as test
You can’t perform that action at this time.
0 commit comments