Skip to content

Commit

Permalink
#702: test_termination_chaining_collective: remove leftover epoch cre…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
nmm0 committed Aug 24, 2020
1 parent 1d6ab33 commit a10af4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/termination/test_term_chaining.cc
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ TEST_F(TestTermChaining, test_termination_chaining_collective_1) {
EXPECT_EQ(handler_count, 3);
} else if (num_nodes == 1) {
vt::runInEpochCollective( chain_reduce_single );
epoch = theTerm()->makeEpochCollective();
EXPECT_EQ(handler_count, 2);
}
}
Expand Down

0 comments on commit a10af4b

Please sign in to comment.