Rename a UnitTest for ThreadPool
This commit is contained in:
parent
64e9b18f89
commit
c2dc5124c9
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