From 07aa453270dfe59a321b4b957265dcfe7ee406ff Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Wed, 22 Sep 2021 17:19:53 +0800 Subject: [PATCH] [skip ci] Update test_segcore (#8270) Signed-off-by: yudong.cai --- internal/core/unittest/test_segcore.cpp | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/internal/core/unittest/test_segcore.cpp b/internal/core/unittest/test_segcore.cpp index b5707499f5..145919240b 100644 --- a/internal/core/unittest/test_segcore.cpp +++ b/internal/core/unittest/test_segcore.cpp @@ -10,21 +10,11 @@ // or implied. See the License for the specific language governing permissions and limitations under the License. #include - -#include -#include - -// #include "knowhere/index/vector_index/helpers/IndexParameter.h" -// #include "segment/SegmentReader.h" -// #include "segment/SegmentWriter.h" -#include "segcore/SegmentGrowing.h" -// #include "utils/Json.h" -#include "test_utils/DataGen.h" #include -#include -using std::cin; -using std::cout; -using std::endl; +#include +#include "segcore/SegmentGrowing.h" +#include "test_utils/DataGen.h" + using namespace milvus; namespace {