generated from TDD-Templates/cmake_cpputest_template
whitespace
This commit is contained in:
parent
da9ee718c8
commit
7333bcab27
|
@ -24,6 +24,7 @@ TEST_GROUP(FirstTestGroup)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
TEST(FirstTestGroup, FirstTest)
|
TEST(FirstTestGroup, FirstTest)
|
||||||
{
|
{
|
||||||
FAIL("Fail me!");
|
FAIL("Fail me!");
|
||||||
|
|
Loading…
Reference in New Issue