diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-05-09 17:20:54 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-04 14:34:44 +0200 |
commit | 42e82b0f737de367de38567cbe6ee5f158618a2d (patch) | |
tree | 5dcdcf03eff236cf2e549c0c8ae38b9ffbc871fd /test/buildtool/file_system/TARGETS | |
parent | 8970cd4cbd4d75322d3c6132c6b440b194dcca89 (diff) | |
download | justbuild-42e82b0f737de367de38567cbe6ee5f158618a2d.tar.gz |
GitTree: Ensure all read entries are valid
Match behaviour of reading trees, which always checks for invalid
entries, also for reading blobs.
Diffstat (limited to 'test/buildtool/file_system/TARGETS')
-rw-r--r-- | test/buildtool/file_system/TARGETS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/buildtool/file_system/TARGETS b/test/buildtool/file_system/TARGETS index 141deb42..5062ee29 100644 --- a/test/buildtool/file_system/TARGETS +++ b/test/buildtool/file_system/TARGETS @@ -52,7 +52,6 @@ , ["@", "src", "src/buildtool/file_system", "object_type"] , ["@", "src", "src/utils/cpp", "atomic"] , ["@", "src", "src/utils/cpp", "hex_string"] - , ["@", "src", "src/utils/cpp", "path"] , ["", "catch-main"] , ["utils", "container_matchers"] , ["utils", "shell_quoting"] |