Skip to content

Commit 20448df

Browse files
committed
Move a little comma
1 parent cafd866 commit 20448df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/source_base/test_parallel/parallel_global_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ TEST_F(ParaGlobalDeathTest, DivideMPIPoolsNgGtProc)
277277
this->my_rank,
278278
mpi.nproc_in_pool,
279279
mpi.my_pool,
280-
mpi.rank_in_pool)
281-
,testing::ExitedWithCode(1),
280+
mpi.rank_in_pool),
281+
testing::ExitedWithCode(1),
282282
"Error: Number of processes.*must be greater than the number of groups"
283283
);
284284
// should WARNING_QUIT inside!

0 commit comments

Comments
 (0)