Skip to content

Commit cb63b7f

Browse files
committed
Remove FIXMEs that have already been handled
1 parent b0fd2cd commit cb63b7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/SwiftParserTest/Expressions.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ final class ExpressionTests: XCTestCase {
214214
"\",#^DIAG^#
215215
"""#,
216216
diagnostics: [
217-
// FIXME: Should be Expected '"' in string literal
218217
DiagnosticSpec(message: #"Expected '"' in string literal"#)
219218
]
220219
)
@@ -279,7 +278,6 @@ final class ExpressionTests: XCTestCase {
279278
}
280279

281280
func testSingleQuoteStringLiteral() {
282-
// FIXME: This test case should produce a diagnostics
283281
AssertParse(
284282
#"""
285283
'red'

0 commit comments

Comments
 (0)