Skip to content

Commit

Permalink
[clangd] Disable the NOLINTBBEGIN testcase in clangd.
Browse files Browse the repository at this point in the history
NOLINTBEGIN is disabled, in 5298333
  • Loading branch information
hokein committed Dec 15, 2021
1 parent 0e558fa commit b7d2d14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
Expand Up @@ -478,8 +478,9 @@ TEST(DiagnosticTest, ClangTidySuppressionComment) {
#define BAD2 BAD
double h = BAD2; // NOLINT
// NOLINTBEGIN
double x = BAD2;
double y = BAD2;
// FIXME: re-enable when NOLINTBEGIN suppresss block is enabled in clangd.
// double x = BAD2;
// double y = BAD2;
// NOLINTEND
// verify no crashes on unmatched nolints.
Expand Down

0 comments on commit b7d2d14

Please sign in to comment.