diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-14 11:19:22 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-03-15 15:35:45 +0100 |
commit | 86466c946e49d0a501e6616f55b92e913ca535cb (patch) | |
tree | 4b35559265505fd1c7fc7be129ce9d12159bfaa8 /test | |
parent | 637308aeb12552bb1a241cc39746cdc7f46d80ca (diff) | |
download | justbuild-86466c946e49d0a501e6616f55b92e913ca535cb.tar.gz |
Update gsl-lite to 0.40.0
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, |