Rename a UnitTest for ThreadPool

This commit is contained in:
Stephen Seo 2021-09-08 10:49:32 +09:00
parent 64e9b18f89
commit c2dc5124c9

View file

@ -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);