Fix unit test

This commit is contained in:
Stephen Seo 2017-10-06 14:35:37 +09:00
parent ab580a5565
commit 2523831097

View file

@ -474,7 +474,8 @@ TEST(EC, MultiThreaded)
[] (const std::size_t& eid, C0& c) {
c.x = 1;
c.y = 2;
}
},
2
);
for(unsigned int i = 0; i < 17; ++i)