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.
1 parent edb7463 commit d65f264Copy full SHA for d65f264
Tests/SwiftDriverTests/SwiftDriverTests.swift
@@ -4368,7 +4368,7 @@ final class SwiftDriverTests: XCTestCase {
4368
XCTAssertEqual(frontendJobs[1].kind, .link)
4369
XCTAssertEqual(frontendJobs[1].tool.absolutePath!.pathString, ld.pathString)
4370
4371
- // WebAssembly toolchain
+ // WASI toolchain
4372
do {
4373
try withTemporaryDirectory { resourceDir in
4374
try localFileSystem.writeFileContents(resourceDir.appending(components: "wasi", "static-executable-args.lnk")) {
0 commit comments