Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
omochi committed Jun 10, 2024
1 parent 3c72931 commit 9d87d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/CartonCommandTests/FrontendDevServerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ final class FrontendDevServerTests: XCTestCase {

if !fs.exists(wasmFile) {
let tools = try ToolchainSystem(fileSystem: fs)
let (builderSwift, _) = try await tools.inferSwiftPath(terminal)
let builderSwift = try await tools.inferSwiftPath(terminal)

var args: [String] = [
builderSwift.pathString, "build", "--triple", "wasm32-unknown-wasi"
builderSwift.swift.pathString, "build", "--triple", "wasm32-unknown-wasi"
]
args += Environment.browser.buildParameters().asBuildArguments()

Expand Down

0 comments on commit 9d87d17

Please sign in to comment.