Skip to content

Commit 620b007

Browse files
committed
Removed TODOs in testRecovery102/103/104
1 parent 00b0ce7 commit 620b007

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
@@ -1273,7 +1273,6 @@ final class RecoveryTests: XCTestCase {
12731273
}
12741274
""",
12751275
diagnostics: [
1276-
// 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 = ''
12771276
DiagnosticSpec(message: "unexpected code '[0]' in function")
12781277
]
12791278
)
@@ -1289,7 +1288,6 @@ final class RecoveryTests: XCTestCase {
12891288
}
12901289
""",
12911290
diagnostics: [
1292-
// 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 = ''
12931291
DiagnosticSpec(message: "unexpected code '[0_1]' in function")
12941292
]
12951293
)
@@ -1305,7 +1303,6 @@ final class RecoveryTests: XCTestCase {
13051303
}
13061304
""",
13071305
diagnostics: [
1308-
// 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 = ''
13091306
DiagnosticSpec(message: "unexpected code '[0b1]' in function")
13101307
]
13111308
)

0 commit comments

Comments
 (0)