We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5fc6d commit 003f09fCopy full SHA for 003f09f
Sources/TestingMacros/ConditionMacro.swift
@@ -471,7 +471,7 @@ extension ExitTestConditionMacro {
471
#if !SWT_NO_LEGACY_TEST_DISCOVERY
472
let className = context.makeUniqueName("__🟡$")
473
recordDecl = """
474
- private final class \(className): Testing.__TestContentRecordContainer {
+ final class \(className): Testing.__TestContentRecordContainer {
475
override nonisolated class var __testContentRecord: Testing.__TestContentRecord {
476
\(enumName).testContentRecord
477
}
0 commit comments