File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515/// `_TestDiscovery` module to appear in `Testing.private.swiftinterface`.
1616///
1717/// This protocol is not part of the public interface of the testing library.
18+ @_alwaysEmitConformanceMetadata
1819protocol TestContentRecordContainer : _TestDiscovery . TestContentRecordContainer { }
1920
2021/// 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 {
1919 /// indirect `async` accessor function rather than directly producing
2020 /// instances of ``Test``, but functions are non-nominal types and cannot
2121 /// directly conform to protocols.
22- struct Generator : DiscoverableAsTestContent , RawRepresentable {
22+ fileprivate struct Generator : DiscoverableAsTestContent , RawRepresentable {
2323 static var testContentKind : UInt32 {
2424 0x74657374
2525 }
You can’t perform that action at this time.
0 commit comments