mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
5 lines
75 B
C++
5 lines
75 B
C++
#include <gtest/gtest.h>
|
|
|
|
TEST(TestNaive, Naive) {
|
|
EXPECT_TRUE(true);
|
|
} |