Skip to content

Commit 11a20c9

Browse files
omochiowenv
andcommitted
update second {{none}} error message
Co-Authored-By: Owen Voorhees <[email protected]>
1 parent 45c9034 commit 11a20c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Frontend/DiagnosticVerifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ DiagnosticVerifier::Result DiagnosticVerifier::verifyFile(unsigned BufferID) {
466466
if (Expected.noneMarkerStartLoc) {
467467
addError(FixItStr.data() - 2,
468468
Twine("A second {{") + fixitExpectationNoneString +
469-
"}} is found. it can be put only one.");
469+
"}} was found. It may only appear once in an expectation.");
470470
break;
471471
}
472472

0 commit comments

Comments
 (0)