mirror of https://github.com/ARMmbed/mbed-os.git
Added simple checks to make sure assertions outside test runs don't crash
parent
f28e561da6
commit
f7ab12865e
|
@ -6,5 +6,7 @@ TEST_GROUP(FirstTestGroup)
|
|||
|
||||
TEST(FirstTestGroup, FirstTest)
|
||||
{
|
||||
/* These checks are here to make sure assertions outside test runs don't crash */
|
||||
CHECK(true);
|
||||
LONGS_EQUAL(1, 1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue