Skip to content

Commit 84b053d

Browse files
authored
Add os(WASI) to TestSupport.swift
1 parent bc4bb81 commit 84b053d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TestSupport/TestSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import XCTest
1515
// *without* `-disable-availability-checking` to ensure the #available check is
1616
// not compiled into a no-op.
1717

18-
#if os(Linux) || os(Android) || os(Windows)
18+
#if os(Linux) || os(Android) || os(Windows) || os(WASI)
1919
public func XCTExpectFailure(
2020
_ message: String? = nil, body: () throws -> Void
2121
) rethrows {}

0 commit comments

Comments
 (0)