Skip to content

Commit d5b5c59

Browse files
authored
Revert "Work around a macOS CI failure (#1100)" (#1129)
Revert the workaround added in #1100, since the Swift compiler issue has been resolved and newer `main` development snapshot toolchains have become available with the fix. This reverts commit a82d0a8. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 8a6ed78 commit d5b5c59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/TestingTests/IssueTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ final class IssueTests: XCTestCase {
491491
}.run(configuration: .init())
492492
}
493493

494-
#if !SWT_TARGET_OS_APPLE || SWT_FIXED_149299786
495494
func testErrorCheckingWithExpect() async throws {
496495
let expectationFailed = expectation(description: "Expectation failed")
497496
expectationFailed.isInverted = true
@@ -611,7 +610,6 @@ final class IssueTests: XCTestCase {
611610

612611
await fulfillment(of: [expectationFailed], timeout: 0.0)
613612
}
614-
#endif
615613

616614
func testErrorCheckingWithExpect_mismatchedErrorDescription() async throws {
617615
let expectationFailed = expectation(description: "Expectation failed")

0 commit comments

Comments
 (0)