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 eeda132 commit 09396e1Copy full SHA for 09396e1
Tests/WasmKitTests/Spectest/Spectest.swift
@@ -32,7 +32,7 @@ public struct SpectestResult {
32
}
33
34
func sortedFailedCases() -> [String] {
35
- failedCases.map { URL(filePath: $0).pathComponents.suffix(2).joined(separator: "/") }.sorted()
+ failedCases.map { URL(fileURLWithPath: $0).pathComponents.suffix(2).joined(separator: "/") }.sorted()
36
37
38
func dump() {
0 commit comments