Skip to content

Commit 1c651e6

Browse files
committed
Remove handled FIXMEs
1 parent f132b48 commit 1c651e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Tests/SwiftParserTest/translated/ForeachAsyncTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ final class ForeachAsyncTests: XCTestCase {
7373
sum = sum + i + j
7474
}
7575
// Parse errors
76-
// FIXME: Bad diagnostics; should be just 'expected 'in' after for-each patter'.
7776
for await i 1️⃣r {
7877
}
7978
for await i in r 2️⃣sum = sum + i;3️⃣

Tests/SwiftParserTest/translated/ForeachTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ final class ForeachTests: XCTestCase {
5050
sum = sum + i + j
5151
}
5252
// Parse errors
53-
// FIXME: Bad diagnostics; should be just 'expected 'in' after for-each patter'.
5453
for i 1️⃣r {
5554
}
5655
for i in r 2️⃣sum = sum + i;3️⃣

0 commit comments

Comments
 (0)