#include "gtest/gtest.h" using namespace ::testing; TEST(Example, Test1) { SUCCEED() << "Hello World!"; }