We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IntegrationTests/SwiftPMTests.swift
1 parent ea99df2 commit 74be332Copy full SHA for 74be332
IntegrationTests/Tests/IntegrationTests/SwiftPMTests.swift
@@ -63,7 +63,7 @@ final class SwiftPMTests: XCTestCase {
63
try localFileSystem.removeFileTree(packagePath.appending(components: "Sources", entry))
64
}
65
try localFileSystem.writeFileContents(AbsolutePath(validating: "Sources/main.m", relativeTo: packagePath)) {
66
- $0 <<< "int main() {}"
+ $0.send("int main() {}")
67
68
let archs = ["x86_64", "arm64"]
69
0 commit comments