Skip to content

Commit dfa1042

Browse files
authored
Fix typo in diagnostic message
1 parent cebacab commit dfa1042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lit_tests/parser-diags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (true ꝸꝸꝸ false) {}
2020
if (55) == 0 {}
2121
// CHECK-NEXT: [[@LINE-1]]:7 error: invalid character in source file
2222
// CHECK-NEXT: Fixit: ([[@LINE-2]]:7,[[@LINE-2]]:10) Text: " "
23-
// CHECK-NEXT: [[@LINE-3]]:7 [[@LINE-3]]:7 note: unicode character '‒' (Figure Dash) looks similar to '-' (Figure Dash); did you mean to use '-' (Hyphen Minus)?
23+
// CHECK-NEXT: [[@LINE-3]]:7 [[@LINE-3]]:7 note: unicode character '‒' (Figure Dash) looks similar to '-' (Hyphen Minus); did you mean to use '-' (Hyphen Minus)?
2424
// CHECK-NEXT: Fixit: ([[@LINE-4]]:7,[[@LINE-4]]:10) Text: "-"
2525
// CHECK-NEXT: [[@LINE-5]]:11 error: expected ',' separator
2626
// CHECK-NEXT: Fixit: ([[@LINE-6]]:6,[[@LINE-6]]:6) Text: ","

0 commit comments

Comments
 (0)