From: Stephen Seo Date: Fri, 6 Oct 2017 05:35:37 +0000 (+0900) Subject: Fix unit test X-Git-Tag: 1.0~68 X-Git-Url: https://git.seodisparate.com/js/darkmode.js?a=commitdiff_plain;h=2523831097b11e2345312966963a4679b5b5e464;p=EntityComponentMetaSystem Fix unit test --- diff --git a/src/test/ECTest.cpp b/src/test/ECTest.cpp index 9cc98c3..8f8b8d1 100644 --- a/src/test/ECTest.cpp +++ b/src/test/ECTest.cpp @@ -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)