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