blob: 19da12a7323442b2ac1e6b51242533753bc8cf15 [file] [log] [blame]
#include <gtest/gtest.h>
TEST(GoogleTest, NoKeywords)
{
ASSERT_TRUE(true);
}