Author: Sam McCall
Date: 2021-12-21T14:17:25+01:00
New Revision: 6f1a501fddaef72fdc4c7bcccedce0307d111ffb

URL: 
https://github.com/llvm/llvm-project/commit/6f1a501fddaef72fdc4c7bcccedce0307d111ffb
DIFF: 
https://github.com/llvm/llvm-project/commit/6f1a501fddaef72fdc4c7bcccedce0307d111ffb.diff

LOG: [clangd] Fix typo in test. NFC

Added: 
    

Modified: 
    clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp 
b/clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
index 920e56a21cf7..5cf68c9c8e9c 100644
--- a/clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
+++ b/clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
@@ -484,7 +484,7 @@ TEST(DiagnosticTest, ClangTidySuppressionComment) {
       // NOLINTEND
 
       // verify no crashes on unmatched nolints.
-      // NOLINTBEIGN
+      // NOLINTBEGIN
     }
   )cpp");
   TestTU TU = TestTU::withCode(Main.code());


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to