milvus/cpp/unittest/log/log_tests.cpp
jinhai 7476d89836 Update gtest
Former-commit-id: f36a47dd6fb651b6552fa87cb9ec09ac8839990a
2019-04-12 21:16:56 +08:00

11 lines
435 B
C++

////////////////////////////////////////////////////////////////////////////////
// Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved
// Unauthorized copying of this file, via any medium is strictly prohibited.
// Proprietary and confidential.
////////////////////////////////////////////////////////////////////////////////
#include <gtest/gtest.h>
TEST(LogTest, INIT_TEST) {
ASSERT_STREQ("A", "A");
}