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 3028917 commit 6130ecfCopy full SHA for 6130ecf
Tests/XCTestDynamicOverlayTests/GeneratePlaceholderTests.swift
@@ -27,7 +27,7 @@
27
28
let optionalInt: () -> Int? = unimplemented("optionalInt")
29
XCTAssertNil(XCTExpectFailure(failingBlock: optionalInt))
30
-
+
31
let stream: () -> AsyncStream<Int> = unimplemented("stream")
32
for await _ in XCTExpectFailure(failingBlock: stream) {
33
XCTFail("Stream should be finished")
0 commit comments