diff --git a/test/src/cpp11/template.cpp b/test/src/cpp11/template.cpp index 77f9d89..828ab56 100644 --- a/test/src/cpp11/template.cpp +++ b/test/src/cpp11/template.cpp @@ -27,8 +27,8 @@ void TestRingBuffer(){ for(uint32_t i = 0;i < x.Size();i++){ printf("%d ",x.At(i)); } - ret = x.Take(in,20); - std::cout<<"take "<