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