From c3d7662a1e692aa0934fa61a2a67229f3b73a5a2 Mon Sep 17 00:00:00 2001 From: mvandervoord Date: Wed, 30 Oct 2019 10:05:49 -0400 Subject: [PATCH] fixture example doesn't use memory extra --- examples/example_2/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example_2/makefile b/examples/example_2/makefile index c6854e0..e283217 100644 --- a/examples/example_2/makefile +++ b/examples/example_2/makefile @@ -56,7 +56,7 @@ SRC_FILES1=\ test/test_runners/TestProductionCode2_Runner.c \ test/test_runners/all_tests.c INC_DIRS=-Isrc -I$(UNITY_ROOT)/src -I$(UNITY_ROOT)/extras/fixture/src -SYMBOLS= +SYMBOLS=-DUNITY_FIXTURE_NO_EXTRAS all: clean default