Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
Co-authored-by: Demian Hespe <[email protected]>
  • Loading branch information
lukashuebner and Hespian authored Jun 22, 2022
1 parent 0c4c876 commit 0152a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/collectives/mpi_bcast_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ TEST(BcastTest, single_element) {
// EXPECT_KASSERT_FAILS(comm.bcast(send_recv_buf(value), recv_count(2)));
}

TEST(Bcasttest, vector_partial_transfer) {
TEST(BcastTest, vector_partial_transfer) {
Communicator comm;

std::vector<int> values(5);
Expand Down

0 comments on commit 0152a01

Please sign in to comment.