diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-12 14:39:05 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-13 14:41:00 +0200 |
commit | d0d5921cf92ea15464f9ff4856c34b026a30ffb0 (patch) | |
tree | 1593302ecd9ef1d5274a55e50fd3e4f5a8f60179 /test/main.cpp | |
parent | 5fb67de531fead44123ff30ee5cf37340fc63a0b (diff) | |
download | justbuild-d0d5921cf92ea15464f9ff4856c34b026a30ffb0.tar.gz |
Remove Compatibility flag from tests
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/main.cpp b/test/main.cpp index f73045dc..54afa2dc 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -20,12 +20,9 @@ #include "src/buildtool/file_system/git_context.hpp" #include "src/buildtool/storage/file_chunker.hpp" #include "test/utils/logging/log_config.hpp" -#include "test/utils/test_env.hpp" auto main(int argc, char* argv[]) -> int { ConfigureLogging(); - ReadCompatibilityFromEnv(); - /** * The current implementation of libgit2 uses pthread_key_t incorrectly * on POSIX systems to handle thread-specific data, which requires us to |