diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-22 16:20:28 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-24 12:54:58 +0100 |
commit | ec05fdb04eeafec146715df1c15fed1a507feafb (patch) | |
tree | a2e20e395a0d1e191da4eae4ca608f16f3e9a080 /test | |
parent | 8c5a7b8dc317307f494a83a8d985f5c5ee09a3a4 (diff) | |
download | justbuild-ec05fdb04eeafec146715df1c15fed1a507feafb.tar.gz |
test: Remove unnecessary taintedness for archive_usage target
Diffstat (limited to 'test')
-rw-r--r-- | test/other_tools/utils/TARGETS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/other_tools/utils/TARGETS b/test/other_tools/utils/TARGETS index 425015ce..64531668 100644 --- a/test/other_tools/utils/TARGETS +++ b/test/other_tools/utils/TARGETS @@ -1,6 +1,5 @@ { "archive_usage": { "type": ["@", "rules", "CC/test", "test"] - , "tainted": ["test"] , "name": ["archive_usage"] , "srcs": ["archive_usage.test.cpp"] , "private-deps": |