milvus/internal/core/unittest/test_naive.cpp
FluorineDog 9d2fa4e430 Add SyntaxTree of QueryNode and Expr
Signed-off-by: FluorineDog <guilin.gou@zilliz.com>
2020-11-03 11:45:48 +08:00

5 lines
75 B
C++

#include <gtest/gtest.h>
TEST(TestNaive, Naive) {
EXPECT_TRUE(true);
}