@@ -41,9 +41,9 @@ final class RawStringErrorsTests: XCTestCase {
41
41
// TODO: Old parser expected error on line 1: consecutive statements on a line must be separated by ';'
42
42
// TODO: Old parser expected error on line 1: expected expression
43
43
DiagnosticSpec ( locationMarker: " 1️⃣ " , message: " consecutive statements on a line must be separated by ';' " ) ,
44
- DiagnosticSpec ( locationMarker: " 2️⃣ " , message: " expected identifier in pound literal declaration " ) ,
45
- DiagnosticSpec ( locationMarker: " 3️⃣ " , message: " expected identifier in pound literal declaration " ) ,
46
- DiagnosticSpec ( locationMarker: " 4️⃣ " , message: " expected identifier in pound literal declaration " ) ,
44
+ DiagnosticSpec ( locationMarker: " 2️⃣ " , message: " expected identifier in pound literal expression " ) ,
45
+ DiagnosticSpec ( locationMarker: " 3️⃣ " , message: " expected identifier in pound literal expression " ) ,
46
+ DiagnosticSpec ( locationMarker: " 4️⃣ " , message: " expected identifier in pound literal expression " ) ,
47
47
]
48
48
)
49
49
}
@@ -70,9 +70,9 @@ final class RawStringErrorsTests: XCTestCase {
70
70
// TODO: Old parser expected error on line 1: consecutive statements on a line must be separated by ';'
71
71
// TODO: Old parser expected error on line 1: expected expression
72
72
DiagnosticSpec ( locationMarker: " 1️⃣ " , message: " consecutive statements on a line must be separated by ';' " ) ,
73
- DiagnosticSpec ( locationMarker: " 2️⃣ " , message: " expected identifier in pound literal declaration " ) ,
74
- DiagnosticSpec ( locationMarker: " 3️⃣ " , message: " expected identifier in pound literal declaration " ) ,
75
- DiagnosticSpec ( locationMarker: " 4️⃣ " , message: " expected identifier in pound literal declaration " ) ,
73
+ DiagnosticSpec ( locationMarker: " 2️⃣ " , message: " expected identifier in pound literal expression " ) ,
74
+ DiagnosticSpec ( locationMarker: " 3️⃣ " , message: " expected identifier in pound literal expression " ) ,
75
+ DiagnosticSpec ( locationMarker: " 4️⃣ " , message: " expected identifier in pound literal expression " ) ,
76
76
]
77
77
)
78
78
}
0 commit comments