From 2523831097b11e2345312966963a4679b5b5e464 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 6 Oct 2017 14:35:37 +0900 Subject: [PATCH] Fix unit test --- src/test/ECTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)