We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6ed78 commit 0203957Copy full SHA for 0203957
Tests/TestingTests/IssueTests.swift
@@ -491,7 +491,6 @@ final class IssueTests: XCTestCase {
491
}.run(configuration: .init())
492
}
493
494
-#if !SWT_TARGET_OS_APPLE || SWT_FIXED_149299786
495
func testErrorCheckingWithExpect() async throws {
496
let expectationFailed = expectation(description: "Expectation failed")
497
expectationFailed.isInverted = true
@@ -611,7 +610,6 @@ final class IssueTests: XCTestCase {
611
610
612
await fulfillment(of: [expectationFailed], timeout: 0.0)
613
614
-#endif
615
616
func testErrorCheckingWithExpect_mismatchedErrorDescription() async throws {
617
0 commit comments