Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Tests/TestingTests/IssueTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ final class IssueTests: XCTestCase {
}.run(configuration: .init())
}

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

await fulfillment(of: [expectationFailed], timeout: 0.0)
}
#endif

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