Skip to content

Commit d65f264

Browse files
Apply suggestions from code review
Co-authored-by: Max Desiatov <[email protected]>
1 parent edb7463 commit d65f264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDriverTests/SwiftDriverTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4368,7 +4368,7 @@ final class SwiftDriverTests: XCTestCase {
43684368
XCTAssertEqual(frontendJobs[1].kind, .link)
43694369
XCTAssertEqual(frontendJobs[1].tool.absolutePath!.pathString, ld.pathString)
43704370

4371-
// WebAssembly toolchain
4371+
// WASI toolchain
43724372
do {
43734373
try withTemporaryDirectory { resourceDir in
43744374
try localFileSystem.writeFileContents(resourceDir.appending(components: "wasi", "static-executable-args.lnk")) {

0 commit comments

Comments
 (0)