forked from OSchip/llvm-project
[clangd] Fix typo in test. NFC
This commit is contained in:
parent
dfa2ad1ad8
commit
6f1a501fdd
|
@ -484,7 +484,7 @@ TEST(DiagnosticTest, ClangTidySuppressionComment) {
|
|||
// NOLINTEND
|
||||
|
||||
// verify no crashes on unmatched nolints.
|
||||
// NOLINTBEIGN
|
||||
// NOLINTBEGIN
|
||||
}
|
||||
)cpp");
|
||||
TestTU TU = TestTU::withCode(Main.code());
|
||||
|
|
Loading…
Reference in New Issue