mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
64295db471
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
7 lines
77 B
C++
7 lines
77 B
C++
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
TEST(TestNaive, Naive) {
|
|
EXPECT_TRUE(true);
|
|
} |