Skip to content

Commit 9876a95

Browse files
authored
Merge pull request #1557 from CippoX/array-type-brackets-around-element-type
Removed TODOs in testRecovery102/103/104
2 parents e88e4e2 + 620b007 commit 9876a95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/SwiftParserTest/translated/RecoveryTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,6 @@ final class RecoveryTests: XCTestCase {
13141314
}
13151315
""",
13161316
diagnostics: [
1317-
// TODO: Old parser expected error on line 2: array types are now written with the brackets around the element type, Fix-It replacements: 17 - 17 = '[', 20 - 21 = ''
13181317
DiagnosticSpec(message: "unexpected code '[0]' in function")
13191318
]
13201319
)
@@ -1330,7 +1329,6 @@ final class RecoveryTests: XCTestCase {
13301329
}
13311330
""",
13321331
diagnostics: [
1333-
// TODO: Old parser expected error on line 2: array types are now written with the brackets around the element type, Fix-It replacements: 17 - 17 = '[', 20 - 21 = ''
13341332
DiagnosticSpec(message: "unexpected code '[0_1]' in function")
13351333
]
13361334
)
@@ -1346,7 +1344,6 @@ final class RecoveryTests: XCTestCase {
13461344
}
13471345
""",
13481346
diagnostics: [
1349-
// TODO: Old parser expected error on line 2: array types are now written with the brackets around the element type, Fix-It replacements: 17 - 17 = '[', 20 - 21 = ''
13501347
DiagnosticSpec(message: "unexpected code '[0b1]' in function")
13511348
]
13521349
)

0 commit comments

Comments
 (0)