Skip to content

Commit 21f1c79

Browse files
committed
Update test to deal with weird line breaks we're seeing
Fixes rdar://128858036.
1 parent c1f16bc commit 21f1c79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Concurrency/async_sequence_existential.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ extension Error {
1818

1919
// CHECK: "test(seq:)"
2020
func test(seq: any AsyncSequence) async {
21-
// CHECK: "error" interface type="any Error"
21+
// CHECK: case_body_variables=array
22+
// CHECK: "any Error"
2223
do {
2324
for try await _ in seq { }
2425
} catch {

0 commit comments

Comments
 (0)