[clangd] Fix typo in test. NFC
authorSam McCall <sam.mccall@gmail.com>
Tue, 21 Dec 2021 13:16:54 +0000 (14:16 +0100)
committerSam McCall <sam.mccall@gmail.com>
Tue, 21 Dec 2021 13:17:25 +0000 (14:17 +0100)
clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp

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