kadircet added inline comments.

================
Comment at: clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp:96
   Mangler.adjust(Cmd);
-  EXPECT_EQ("unknown-binary", Cmd.front());
+  EXPECT_EQ("/clangd-test/fake/unknown-binary", Cmd.front());
 
----------------
i suppose you rather want `testPath("fake/unknown-binary");`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75414/new/

https://reviews.llvm.org/D75414



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to