Skip to content

Commit f4ca0ab

Browse files
authored
Merge pull request #80590 from tshortli/windows-toolchain-test-failure
Tests: Make async_sequence_existential.swift failures easier to debug
2 parents 785759a + fe54960 commit f4ca0ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: test/Concurrency/async_sequence_existential.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ extension Error {
99
}
1010

1111
func test(seq: any AsyncSequence) async {
12-
// CHECK: "error" interface_type="any Error"
12+
// CHECK-LABEL: (catch_stmts
13+
// CHECK: (var_decl {{.*}} "error" interface_type="any Error"
1314
do {
1415
for try await _ in seq { }
1516
} catch {

0 commit comments

Comments
 (0)