Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jan 23, 2024
1 parent eda6e8f commit 7eeebf8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// TODO: https://github.com/apple/swift-corelibs-xctest/issues/438
#if !os(Linux) && !os(Windows)
#if DEBUG && !os(Linux) && !os(Windows)
import Foundation
import XCTest
import XCTestDynamicOverlay
Expand Down
3 changes: 1 addition & 2 deletions Tests/XCTestDynamicOverlayTests/UnimplementedTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// TODO: https://github.com/apple/swift-corelibs-xctest/issues/438
#if !os(Linux) && !os(Windows)
#if DEBUG && !os(Linux) && !os(Windows)
import XCTest

final class UnimplementedTests: XCTestCase {
Expand Down
1 change: 0 additions & 1 deletion Tests/XCTestDynamicOverlayTests/XCTContextTests.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// TODO: https://github.com/apple/swift-corelibs-xctest/issues/438
#if DEBUG && !os(Linux) && !os(Windows)
import XCTest
import XCTestDynamicOverlay
Expand Down

0 comments on commit 7eeebf8

Please sign in to comment.