mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
Better protection against nested comments (and things that look like comments)
This commit is contained in:
2
test/testdata/testRunnerGenerator.c
vendored
2
test/testdata/testRunnerGenerator.c
vendored
@@ -124,7 +124,9 @@ void test_NotBeConfusedByLongComplicatedStrings(void)
|
||||
void test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings(void)
|
||||
{
|
||||
TEST_ASSERT_TRUE_MESSAGE(1, "1 Should be True");
|
||||
/* still should not break anything */
|
||||
}
|
||||
/* nor should this */
|
||||
|
||||
void test_StillNotBeConfusedByLongComplicatedStrings(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user