forked from OSchip/llvm-project
[clangd] Disable the NOLINTBBEGIN testcase in clangd.
NOLINTBEGIN is disabled, in 529833377c
This commit is contained in:
parent
0e558faf6a
commit
b7d2d14747
|
@ -478,8 +478,9 @@ TEST(DiagnosticTest, ClangTidySuppressionComment) {
|
||||||
#define BAD2 BAD
|
#define BAD2 BAD
|
||||||
double h = BAD2; // NOLINT
|
double h = BAD2; // NOLINT
|
||||||
// NOLINTBEGIN
|
// NOLINTBEGIN
|
||||||
double x = BAD2;
|
// FIXME: re-enable when NOLINTBEGIN suppresss block is enabled in clangd.
|
||||||
double y = BAD2;
|
// double x = BAD2;
|
||||||
|
// double y = BAD2;
|
||||||
// NOLINTEND
|
// NOLINTEND
|
||||||
|
|
||||||
// verify no crashes on unmatched nolints.
|
// verify no crashes on unmatched nolints.
|
||||||
|
|
Loading…
Reference in New Issue