Skip to content

Commit 4397f80

Browse files
committed
Fix a (commented) import
1 parent 984ae12 commit 4397f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ManualTests/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ typealias FileDescriptorReader = GenericStreamReader
143143

144144
/* The toto.swift file content when we used it to debug the fact that cat did not receive anything from stdin when run in the Terminal.
145145
import Foundation
146-
import System
146+
import SystemPackage
147147

148148
import StreamReader // @xcode-actions/stream-reader ~> 3.5
149149

0 commit comments

Comments
 (0)