Skip to content

Commit 09396e1

Browse files
committed
Fix for linux
1 parent eeda132 commit 09396e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/WasmKitTests/Spectest/Spectest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public struct SpectestResult {
3232
}
3333

3434
func sortedFailedCases() -> [String] {
35-
failedCases.map { URL(filePath: $0).pathComponents.suffix(2).joined(separator: "/") }.sorted()
35+
failedCases.map { URL(fileURLWithPath: $0).pathComponents.suffix(2).joined(separator: "/") }.sorted()
3636
}
3737

3838
func dump() {

0 commit comments

Comments
 (0)