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