summaryrefslogtreecommitdiff
path: root/test/buildtool/file_system/git_tree.test.cpp
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-03-14 11:19:22 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-03-15 15:35:45 +0100
commit86466c946e49d0a501e6616f55b92e913ca535cb (patch)
tree4b35559265505fd1c7fc7be129ce9d12159bfaa8 /test/buildtool/file_system/git_tree.test.cpp
parent637308aeb12552bb1a241cc39746cdc7f46d80ca (diff)
downloadjustbuild-86466c946e49d0a501e6616f55b92e913ca535cb.tar.gz
Update gsl-lite to 0.40.0
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,