diff --git a/clang-tools-extra/unittests/clangd/ClangdUnitTests.cpp b/clang-tools-extra/unittests/clangd/ClangdUnitTests.cpp index 7729b811a949..0e1108270194 100644 --- a/clang-tools-extra/unittests/clangd/ClangdUnitTests.cpp +++ b/clang-tools-extra/unittests/clangd/ClangdUnitTests.cpp @@ -90,7 +90,7 @@ Position pos(int line, int character) { Res.line = line; Res.character = character; return Res; -}; +} /// Matches diagnostic that has exactly one fix with the same range and message /// as the diagnostic itself.