Skip to content

Commit abb6f55

Browse files
Fix 6.1 swift-testing compatibility
1 parent 2a0ecc6 commit abb6f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/WasmKitTests/SpectestTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@Test(
2323
.disabled("unable to run spectest on Android due to missing files on emulator", platforms: [.android]),
24-
arguments: try SpectestDiscovery(path: Self.testPaths).discover()
24+
arguments: try SpectestDiscovery(path: SpectestTests.testPaths).discover()
2525
)
2626
func run(test: TestCase) throws {
2727
let defaultConfig = EngineConfiguration()
@@ -31,7 +31,7 @@
3131

3232
@Test(
3333
.disabled("unable to run spectest on Android due to missing files on emulator", platforms: [.android]),
34-
arguments: try SpectestDiscovery(path: Self.testPaths).discover()
34+
arguments: try SpectestDiscovery(path: SpectestTests.testPaths).discover()
3535
)
3636
func runWithTokenThreading(test: TestCase) throws {
3737
let defaultConfig = EngineConfiguration()

0 commit comments

Comments
 (0)