[clangd] Fix crash in tests in debug mode.
authorIlya Biryukov <ibiryukov@google.com>
Fri, 9 Feb 2018 15:11:07 +0000 (15:11 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Fri, 9 Feb 2018 15:11:07 +0000 (15:11 +0000)
commitbe58c9605db6eb772dcad678bc61177e6ebfc829
treec2dadce9587c4fde7fd9b1b2f5453873ab15aaac
parent6003951c6679b04ae57935fa1500c59f2fb4383e
[clangd] Fix crash in tests in debug mode.

Caused by the lack of checking of an Expected value in the previous
commit.

llvm-svn: 324736
clang-tools-extra/unittests/clangd/ClangdTests.cpp