Merge branch 'master' into cxx17
This commit is contained in:
commit
4752a67380
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
using OneThreadPool = EC::ThreadPool<1>;
|
||||
using ThreeThreadPool = EC::ThreadPool<3>;
|
||||
|
||||
TEST(ECThreadPool, CannotCompile) {
|
||||
TEST(ECThreadPool, OneThread) {
|
||||
OneThreadPool p;
|
||||
std::atomic_int data;
|
||||
data.store(0);
|
||||
|
|
Loading…
Reference in a new issue