Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Mar 4, 2024
1 parent d2fa24a commit 3561aaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if !os(Linux) && !os(Windows)
#if !os(Linux) && !os(WASI) && !os(Windows)
import Foundation
import XCTest
import XCTestDynamicOverlay
Expand Down
2 changes: 1 addition & 1 deletion Tests/XCTestDynamicOverlayTests/UnimplementedTests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if !os(Linux) && !os(Windows)
#if !os(Linux) && !os(WASI) && !os(Windows)
import XCTest

final class UnimplementedTests: XCTestCase {
Expand Down
2 changes: 1 addition & 1 deletion Tests/XCTestDynamicOverlayTests/XCTContextTests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if !os(Linux) && !os(Windows)
#if !os(Linux) && !os(WASI) && !os(Windows)
import XCTest
import XCTestDynamicOverlay

Expand Down

0 comments on commit 3561aaf

Please sign in to comment.