Skip to content

Commit

Permalink
#1202: tests: fix bug in limitation in tests (>4 procs)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jan 7, 2021
1 parent 75b14c2 commit 2bd7c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/collection/test_invoke.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct TestCollectionInvoke : TestParallelHarness {};
TEST_F(TestCollectionInvoke, test_collection_invoke_1) {
auto const& this_node = theContext()->getNode();
auto const& num_nodes = theContext()->getNumNodes();
auto const num_elems = Index1D{4};
auto const num_elems = Index1D{8};

auto proxy = theCollection()->constructCollective<TestCol>(num_elems);

Expand Down

0 comments on commit 2bd7c2a

Please sign in to comment.