mirror of https://github.com/milvus-io/milvus.git
parent
7801357dd3
commit
b8519416c0
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <gtest/gtest.h>
|
||||
#include "common/SystemProperty.h"
|
||||
|
||||
#ifndef MILVUS_TEST_SEGCORE_YAML_PATH
|
||||
#error MILVUS_TEST_SEGCORE_YAML_PATH is not defined
|
||||
#define MILVUS_TEST_SEGCORE_YAML_PATH ""
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include "test_utils/DataGen.h"
|
||||
|
||||
using namespace milvus;
|
||||
using namespace milvus::query;
|
||||
using namespace milvus::segcore;
|
||||
|
||||
TEST(Binary, Insert) {
|
||||
|
|
Loading…
Reference in New Issue