[clangd] Fix typo in test. NFC

This commit is contained in:
Sam McCall 2021-12-21 14:16:54 +01:00
parent dfa2ad1ad8
commit 6f1a501fdd
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ TEST(DiagnosticTest, ClangTidySuppressionComment) {
// NOLINTEND
// verify no crashes on unmatched nolints.
// NOLINTBEIGN
// NOLINTBEGIN
}
)cpp");
TestTU TU = TestTU::withCode(Main.code());