lichao
2021-05-06 0117d5f8ff386075b0c4cbec0cbe460fe3cfa680
utest/robust_test.cpp
@@ -18,7 +18,7 @@
BOOST_AUTO_TEST_CASE(QueueTest)
{
   const int nthread = 100;
   const uint64_t nmsg = 1000 * 1000 * 10;
   const uint64_t nmsg = 1000 * 1000 * 100;
   SharedMemory &shm = TestShm();
   shm.Remove();
@@ -34,7 +34,7 @@
   }
#if 1
   typedef AtomicQueue<3> Rcb;
   typedef AtomicQueue<4> Rcb;
   Rcb tmp;
   BOOST_CHECK(tmp.like_empty());