[clangd] Fix for r370029 test that got left in my client

git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@370030 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/clangd/unittests/SourceCodeTests.cpp b/clangd/unittests/SourceCodeTests.cpp
index a216b6b..8f9386e 100644
--- a/clangd/unittests/SourceCodeTests.cpp
+++ b/clangd/unittests/SourceCodeTests.cpp
@@ -551,7 +551,7 @@
             Test.llvm::Annotations::point("foo"));
   FileID Bar = SM.getFileID(findDecl(AST, "bar").getLocation());
   EXPECT_EQ(SM.getFileOffset(includeHashLoc(Bar, SM)),
-            Test.llvm::Annotations::point("foo"));
+            Test.llvm::Annotations::point("bar"));
 }
 
 } // namespace