File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 15
15
/// `_TestDiscovery` module to appear in `Testing.private.swiftinterface`.
16
16
///
17
17
/// This protocol is not part of the public interface of the testing library.
18
+ @_alwaysEmitConformanceMetadata
18
19
protocol TestContentRecordContainer : _TestDiscovery . TestContentRecordContainer { }
19
20
20
21
/// An abstract base class describing a type that contains tests.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ extension Test {
19
19
/// indirect `async` accessor function rather than directly producing
20
20
/// instances of ``Test``, but functions are non-nominal types and cannot
21
21
/// directly conform to protocols.
22
- struct Generator : DiscoverableAsTestContent , RawRepresentable {
22
+ fileprivate struct Generator : DiscoverableAsTestContent , RawRepresentable {
23
23
static var testContentKind : UInt32 {
24
24
0x74657374
25
25
}
You can’t perform that action at this time.
0 commit comments