[clangd][test] Fix build error of FeatureModulesTests
authorPan, Tao <tao.pan@intel.com>
Mon, 19 Apr 2021 00:55:31 +0000 (08:55 +0800)
committerWang, Pengfei <pengfei.wang@intel.com>
Mon, 19 Apr 2021 00:56:07 +0000 (08:56 +0800)
commit8969762fb1cf3b05adef5d6158b080548a9363e2
tree5be5b0d3d75076d51907493ab0530e25002e89b7
parent5faba87938779c595f2b4e40f933bae6571bc421
[clangd][test] Fix build error of FeatureModulesTests

clang-tools-extra/clangd/unittests/FeatureModulesTests.cpp:33:58: error:
could not convert ‘(const char*)""’ from ‘const char*’ to
llvm::StringLiteral’
       llvm::StringLiteral kind() const override { return ""; };

Reviewed By: kadircet

Differential Revision: https://reviews.llvm.org/D100612
clang-tools-extra/clangd/unittests/FeatureModulesTests.cpp