diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/bootstrap/test-mixed-bootstrap.sh | 2 | ||||
-rw-r--r-- | test/buildtool/file_system/git_tree.test.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/test/bootstrap/test-mixed-bootstrap.sh b/test/bootstrap/test-mixed-bootstrap.sh index 32c887f4..86d47896 100755 --- a/test/bootstrap/test-mixed-bootstrap.sh +++ b/test/bootstrap/test-mixed-bootstrap.sh @@ -39,7 +39,7 @@ cp -r "${ORIG_LOCALBASE}" "${LOCALBASE}" # - gsl-liste rm -rf "${LOCALBASE}/include/gsl-lite" -cp distdir/0.37.0.tar.gz "${DISTDIR}" +cp distdir/v0.40.0.tar.gz "${DISTDIR}" # - fmt rm -rf "${LOCALBASE}/include/fmt*" 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, |