diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-10-01 10:41:05 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-10-07 13:37:39 +0200 |
commit | e5d7cb5ce5b9cc40b0c56b18980a4234118c1739 (patch) | |
tree | d52326403a986c9bce04014ded9232a863a69374 /test/other_tools/git_operations/git_config_run.test.cpp | |
parent | a324e341ef8097d6d93731b592701d43bb5fb5d0 (diff) | |
download | justbuild-e5d7cb5ce5b9cc40b0c56b18980a4234118c1739.tar.gz |
Enable google-* checks.
Diffstat (limited to 'test/other_tools/git_operations/git_config_run.test.cpp')
-rw-r--r-- | test/other_tools/git_operations/git_config_run.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other_tools/git_operations/git_config_run.test.cpp b/test/other_tools/git_operations/git_config_run.test.cpp index 1e72c7da..57380280 100644 --- a/test/other_tools/git_operations/git_config_run.test.cpp +++ b/test/other_tools/git_operations/git_config_run.test.cpp @@ -60,7 +60,7 @@ auto main(int argc, char* argv[]) -> int { argc); return 1; } - auto args = std::span(argv, size_t(argc)); + auto args = std::span(argv, static_cast<std::size_t>(argc)); std::string test_type{args[1]}; // type of test std::string test_url{args[2]}; // remote URL to test |