[clangd] Fix a syntax error on the test.

llvm-svn: 349632
This commit is contained in:
Haojian Wu 2018-12-19 14:51:07 +00:00
parent a7b30b4a58
commit bbcfa7c1e2
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ TEST_F(WorkspaceSymbolsTest, Enums) {
TEST_F(WorkspaceSymbolsTest, Ranking) {
addFile("foo.h", R"cpp(
namespace ns{}
function func();
void func();
)cpp");
addFile("foo.cpp", R"cpp(
#include "foo.h"