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.
os(WASI)
TestSupport.swift
1 parent bc4bb81 commit 84b053dCopy full SHA for 84b053d
Sources/TestSupport/TestSupport.swift
@@ -15,7 +15,7 @@ import XCTest
15
// *without* `-disable-availability-checking` to ensure the #available check is
16
// not compiled into a no-op.
17
18
-#if os(Linux) || os(Android) || os(Windows)
+#if os(Linux) || os(Android) || os(Windows) || os(WASI)
19
public func XCTExpectFailure(
20
_ message: String? = nil, body: () throws -> Void
21
) rethrows {}
0 commit comments