Skip to content

Commit c3d7662

Browse files
committed
fixture example doesn't use memory extra
1 parent ded22fe commit c3d7662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example_2/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SRC_FILES1=\
5656
test/test_runners/TestProductionCode2_Runner.c \
5757
test/test_runners/all_tests.c
5858
INC_DIRS=-Isrc -I$(UNITY_ROOT)/src -I$(UNITY_ROOT)/extras/fixture/src
59-
SYMBOLS=
59+
SYMBOLS=-DUNITY_FIXTURE_NO_EXTRAS
6060

6161
all: clean default
6262

0 commit comments

Comments
 (0)