summaryrefslogtreecommitdiff
path: root/test/buildtool/file_system/git_tree.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/file_system/git_tree.test.cpp')
-rw-r--r--test/buildtool/file_system/git_tree.test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/buildtool/file_system/git_tree.test.cpp b/test/buildtool/file_system/git_tree.test.cpp
index b6daea57..7c5b53e3 100644
--- a/test/buildtool/file_system/git_tree.test.cpp
+++ b/test/buildtool/file_system/git_tree.test.cpp
@@ -506,7 +506,6 @@ TEST_CASE("Iterate tree entries", "[git_tree]") {
std::vector<std::string> names{};
for (auto const& [name, entry] : *tree_root) {
- CHECK(entry);
names.emplace_back(name);
}
CHECK_THAT(names,