We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c9034 commit 11a20c9Copy full SHA for 11a20c9
lib/Frontend/DiagnosticVerifier.cpp
@@ -466,7 +466,7 @@ DiagnosticVerifier::Result DiagnosticVerifier::verifyFile(unsigned BufferID) {
466
if (Expected.noneMarkerStartLoc) {
467
addError(FixItStr.data() - 2,
468
Twine("A second {{") + fixitExpectationNoneString +
469
- "}} is found. it can be put only one.");
+ "}} was found. It may only appear once in an expectation.");
470
break;
471
}
472
0 commit comments