summaryrefslogtreecommitdiff
path: root/graphics/asymptote/cxxtests/tests/placeholder.cc
blob: 938775294b0b97f9e1c6f5d87d3b37fe0c6ebcb1 (plain)
1
2
3
4
5
6
7
8
#include "asycxxtests/common.h"

#define TESTING_FILE_NAME placeholder

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