[PATCH] D94359: [clangd] Remove ScratchFS from tests
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 10 22:33:49 PST 2021
kadircet added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp:277
+ llvm::formatv(CDB, llvm::sys::path::convert_to_slash(testRoot()));
+ ;
EXPECT_THAT(Command("x/foo.cc"), Contains("-DXYZZY"));
----------------
nit: extra semicolon
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94359/new/
https://reviews.llvm.org/D94359
More information about the cfe-commits
mailing list