Fix unit test
This commit is contained in:
parent
ab580a5565
commit
2523831097
1 changed files with 2 additions and 1 deletions
|
@ -474,7 +474,8 @@ TEST(EC, MultiThreaded)
|
||||||
[] (const std::size_t& eid, C0& c) {
|
[] (const std::size_t& eid, C0& c) {
|
||||||
c.x = 1;
|
c.x = 1;
|
||||||
c.y = 2;
|
c.y = 2;
|
||||||
}
|
},
|
||||||
|
2
|
||||||
);
|
);
|
||||||
|
|
||||||
for(unsigned int i = 0; i < 17; ++i)
|
for(unsigned int i = 0; i < 17; ++i)
|
||||||
|
|
Loading…
Reference in a new issue