We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae9090 commit 374ccfcCopy full SHA for 374ccfc
tests/unit/collection/test_reduce_collection_race.cc
@@ -54,7 +54,7 @@ static int multiplier = 0;
54
55
static void reduceTarget(MyCol* col, int val) {
56
auto const num_nodes = theContext()->getNumNodes();
57
- auto const num_elems = num_nodes * multipler;
+ auto const num_elems = num_nodes * multiplier;
58
fmt::print("reduce finished: val={}, num_elems={}\n", val, num_elems);
59
EXPECT_EQ(val, (num_elems * (num_elems-1))/2);
60
}
0 commit comments