forked from OSchip/llvm-project
[clangd] Fix a syntax error on the test.
llvm-svn: 349632
This commit is contained in:
parent
a7b30b4a58
commit
bbcfa7c1e2
|
@ -273,7 +273,7 @@ TEST_F(WorkspaceSymbolsTest, Enums) {
|
||||||
TEST_F(WorkspaceSymbolsTest, Ranking) {
|
TEST_F(WorkspaceSymbolsTest, Ranking) {
|
||||||
addFile("foo.h", R"cpp(
|
addFile("foo.h", R"cpp(
|
||||||
namespace ns{}
|
namespace ns{}
|
||||||
function func();
|
void func();
|
||||||
)cpp");
|
)cpp");
|
||||||
addFile("foo.cpp", R"cpp(
|
addFile("foo.cpp", R"cpp(
|
||||||
#include "foo.h"
|
#include "foo.h"
|
||||||
|
|
Loading…
Reference in New Issue