Skip to content

Commit 7d8ee18

Browse files
committed
Make the lines var in the TestOutputHandler actor private settable
1 parent 96d8c16 commit 7d8ee18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftlyTests/SwiftlyTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public enum SwiftlyTests {
424424
}
425425

426426
public actor TestOutputHandler: SwiftlyCore.OutputHandler {
427-
public var lines: [String]
427+
private(set) var lines: [String]
428428
private let quiet: Bool
429429

430430
public init(quiet: Bool) {

0 commit comments

Comments
 (0)