Skip to content

Commit f5690dc

Browse files
committed
Tweaks
1 parent ffedee9 commit f5690dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/Testing/Test+Discovery+Legacy.swift

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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
1819
protocol TestContentRecordContainer: _TestDiscovery.TestContentRecordContainer {}
1920

2021
/// An abstract base class describing a type that contains tests.

Sources/Testing/Test+Discovery.swift

+1-1
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)