diff options
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 |