Skip to content

Commit d5cc0e8

Browse files
authored
Revert WasmKit special case in SwiftTestCommand.swift
After swiftlang/swift#80820 was merged this change is no longer needed.
1 parent 6023552 commit d5cc0e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/Commands/SwiftTestCommand.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -966,9 +966,6 @@ final class TestRunner {
966966
args.append(runnerPath.pathString)
967967
args.append(contentsOf: runner.extraCLIOptions)
968968
args.append(testPath.relative(to: localFileSystem.currentWorkingDirectory!).pathString)
969-
if runner.path?.components.last == "wasmkit" {
970-
args.append("--")
971-
}
972969
args.append(contentsOf: self.additionalArguments)
973970
} else {
974971
#if os(macOS)

0 commit comments

Comments
 (0)