From 86466c946e49d0a501e6616f55b92e913ca535cb Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 14 Mar 2023 11:19:22 +0100 Subject: Update gsl-lite to 0.40.0 --- test/buildtool/file_system/git_tree.test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/buildtool/file_system/git_tree.test.cpp') 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 names{}; for (auto const& [name, entry] : *tree_root) { - CHECK(entry); names.emplace_back(name); } CHECK_THAT(names, -- cgit v1.2.3