Skip to content

Commit b7d2d14

Browse files
committed
[clangd] Disable the NOLINTBBEGIN testcase in clangd.
NOLINTBEGIN is disabled, in 5298333
1 parent 0e558fa commit b7d2d14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,9 @@ TEST(DiagnosticTest, ClangTidySuppressionComment) {
478478
#define BAD2 BAD
479479
double h = BAD2; // NOLINT
480480
// NOLINTBEGIN
481-
double x = BAD2;
482-
double y = BAD2;
481+
// FIXME: re-enable when NOLINTBEGIN suppresss block is enabled in clangd.
482+
// double x = BAD2;
483+
// double y = BAD2;
483484
// NOLINTEND
484485
485486
// verify no crashes on unmatched nolints.

0 commit comments

Comments
 (0)