[Clangd] NFC: Fixed comment typo

llvm-svn: 368841
This commit is contained in:
Shaurya Gupta 2019-08-14 12:40:09 +00:00
parent 891ea7ce64
commit d81a869876
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace clangd {
// Header = R"cpp(
// namespace foo { template<typename> class X{}; }
// using namespace foo;
// cpp)";
// )cpp";
// Context = Function;
// EXPECT_THAT(apply("[[auto]] X = foo<int>();"),
// "foo<int> X = foo<int();");