diff --git a/test/src/cpp11/template.cpp b/test/src/cpp11/template.cpp index 4fa5d6b..54a4aaf 100644 --- a/test/src/cpp11/template.cpp +++ b/test/src/cpp11/template.cpp @@ -18,33 +18,40 @@ void TestRingBuffer(){ } RingBuffer x(1024); int ret = x.Add(in,512); - - std::cout<<"recv "<