Skip to content

Commit 35e45ee

Browse files
authored
Merge pull request #963 from owenv/owenv/namespace
Pseudo-namespace runner struct in test entrypoints
2 parents 71f9ecf + bf3de12 commit 35e45ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBUniversalPlatform/TestEntryPointGenerationTaskAction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class TestEntryPointGenerationTaskAction: TaskAction {
6363
@main
6464
@available(macOS 10.15, iOS 11, watchOS 4, tvOS 11, visionOS 1, *)
6565
@available(*, deprecated, message: "Not actually deprecated. Marked as deprecated to allow inclusion of deprecated tests (which test deprecated functionality) without warnings")
66-
struct Runner {
66+
struct __SwiftPMGeneratedTestRunner {
6767
private static func testingLibrary() -> String {
6868
var iterator = CommandLine.arguments.makeIterator()
6969
while let argument = iterator.next() {

0 commit comments

Comments
 (0)