Skip to content

Commit 003f09f

Browse files
committed
Remove private keyword from a type that was not previously private
1 parent 6a5fc6d commit 003f09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TestingMacros/ConditionMacro.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ extension ExitTestConditionMacro {
471471
#if !SWT_NO_LEGACY_TEST_DISCOVERY
472472
let className = context.makeUniqueName("__🟡$")
473473
recordDecl = """
474-
private final class \(className): Testing.__TestContentRecordContainer {
474+
final class \(className): Testing.__TestContentRecordContainer {
475475
override nonisolated class var __testContentRecord: Testing.__TestContentRecord {
476476
\(enumName).testContentRecord
477477
}

0 commit comments

Comments
 (0)