#include "asycxxtests/common.h"

#define TESTING_FILE_NAME placeholder

TEST(TESTING_FILE_NAME, alwaysTrue)
{
 ASSERT_TRUE(1==1);
}