Skip to content

Commit

Permalink
#955: tests: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Sep 17, 2020
1 parent ab53eeb commit 5c47f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/collectives/test_mpi_collective.cc
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ TEST_F(TestMPICollective, test_mpi_collective_4) {
scope1.mpiCollectiveAsync([&done,&bcast_val,root]{
auto comm = theContext()->getComm();
vt_print(barrier, "run MPI_Bcast\n");
MPI_Bcast(&bcast_val, 1, MPI_INT, root, comm);
run_order[done++] = 1;
MPI_Bcast(&bcast_val, 1, MPI_INT, root, comm);
run_order[done++] = 1;
});
};

Expand Down

0 comments on commit 5c47f70

Please sign in to comment.