diff --git a/test/testdata/testRunnerGenerator.c b/test/testdata/testRunnerGenerator.c index 62989a0..b3c0cdd 100644 --- a/test/testdata/testRunnerGenerator.c +++ b/test/testdata/testRunnerGenerator.c @@ -120,6 +120,7 @@ void test_NotBeConfusedByLongComplicatedStrings(void) TEST_ASSERT_EQUAL_STRING_MESSAGE(crazyString, crazyString, "These Strings Are The Same"); } +/* The next test should still appear even though we have this confusing nested comment thing going on http://looks_like_comments.com */ void test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings(void) { TEST_ASSERT_TRUE_MESSAGE(1, "1 Should be True");