Skip to content

Commit

Permalink
Add TODO about CommunicatorGrid copy test
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Sep 26, 2023
1 parent 91d03cd commit 63152c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/communication/test_communicator_grid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ void check_rank_full_communicator(const CommunicatorGrid& grid) {

class CommunicatorGridTest : public ::testing::TestWithParam<Ordering> {};

// TODO: Remove this test once CommunicatorGrid becomes move-only.
TEST_P(CommunicatorGridTest, Copy) {
Communicator world(MPI_COMM_WORLD);

Expand Down

0 comments on commit 63152c0

Please sign in to comment.