Skip to content

Commit 75492a3

Browse files
committed
Remove handled TODOs from DiagnoseDynamicReplacementTests
1 parent ee68856 commit 75492a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/SwiftParserTest/translated/DiagnoseDynamicReplacementTests.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ final class DiagnoseDynamicReplacementTests: XCTestCase {
2020
}
2121
""",
2222
diagnostics: [
23-
// TODO: Old parser expected error on line 1: expected '(' in '_dynamicReplacement' attribute
2423
DiagnosticSpec(message: "expected '(', attribute argument, and ')' in attribute"),
2524
]
2625
)
@@ -34,7 +33,6 @@ final class DiagnoseDynamicReplacementTests: XCTestCase {
3433
}
3534
""",
3635
diagnostics: [
37-
// TODO: Old parser expected error on line 1: expected 'for' in '_dynamicReplacement' attribute
3836
DiagnosticSpec(message: "expected argument for '@_dynamicReplacement' attribute"),
3937
DiagnosticSpec(message: "expected ')' to end attribute"),
4038
]
@@ -51,8 +49,7 @@ final class DiagnoseDynamicReplacementTests: XCTestCase {
5149
diagnostics: [
5250
DiagnosticSpec(message: "expected ')' to end attribute", notes: [
5351
NoteSpec(message: "to match this opening '('")
54-
]),
55-
// TODO: Old parser expected error on line 2: expected ')' after function name for @_dynamicReplacement
52+
])
5653
]
5754
)
5855
}

0 commit comments

Comments
 (0)