mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-25 09:21:36 +01:00
Change example_1 to compile with std=c89
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
/* These should be ignored because they are commented out in various ways:
|
||||
#include "whatever.h"
|
||||
#include "somethingelse.h"
|
||||
*/
|
||||
//#include "somethingelse.h"
|
||||
|
||||
void setUp(void)
|
||||
{
|
||||
@@ -27,5 +27,5 @@ void test_AnotherIgnoredTest(void)
|
||||
|
||||
void test_ThisFunctionHasNotBeenTested_NeedsToBeImplemented(void)
|
||||
{
|
||||
TEST_IGNORE(); //Like This
|
||||
TEST_IGNORE(); /* Like This */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user