blob: 738982d2eb509f46106f538b578ed8c1addd24b0 [file] [log] [blame]
#include <gtest/gtest.h>
class PostReporterTest : public ::testing::Test
{
};
TEST(PostReporterTest, DummyTest)
{
EXPECT_EQ(1, 1);
}