Skip to content

Commit

Permalink
TEST: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrol aderholdt committed Feb 16, 2024
1 parent 24aaf63 commit a579c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/common/test_ucc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ void proc_context_create(UccProcess_h proc, int id, ThreadAllgather *ta, bool is
void proc_context_create_mem_params(UccProcess_h proc, int id,
ThreadAllgather *ta)
{
ucc_mem_map_t map[UCC_TEST_N_MEM_SEGMENTS] = {0};
ucc_mem_map_t map[UCC_TEST_N_MEM_SEGMENTS] = {};
ucc_status_t status;
ucc_context_config_h ctx_config;
std::stringstream err_msg;
Expand Down

0 comments on commit a579c86

Please sign in to comment.