Skip to content

Commit 39117b1

Browse files
committed
Remove superfluous marker that’s no longer needed
1 parent 70eaab1 commit 39117b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftParserTest/Expressions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ final class ExpressionTests: XCTestCase {
450450

451451
AssertParse(
452452
##"""
453-
#^NOTE^##"#^DIAG^#
453+
#"#^DIAG^#
454454
"""##,
455455
diagnostics: [
456456
DiagnosticSpec(message: ##"expected '"#' to end string literal"##, notes: []),

0 commit comments

Comments
 (0)