mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
Code clean for test_init (#9766)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
09421e6312
commit
01db5dc6dd
@ -9,12 +9,10 @@
|
||||
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
//
|
||||
// Created by Mike Dog on 2021/3/15.
|
||||
//
|
||||
#include "test_utils/DataGen.h"
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "segcore/segcore_init_c.h"
|
||||
#include "test_utils/DataGen.h"
|
||||
|
||||
TEST(Init, Naive) {
|
||||
using namespace milvus;
|
||||
|
Loading…
Reference in New Issue
Block a user