From 720ea42a82b65aa5165aef09259e0323e1ef7c4b Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Wed, 13 Apr 2016 12:59:31 +0200 Subject: [PATCH] tests/testunity.c: Fix after redundant declarations fix --- test/tests/testunity.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tests/testunity.c b/test/tests/testunity.c index 9fae64e..77eeb21 100644 --- a/test/tests/testunity.c +++ b/test/tests/testunity.c @@ -8,6 +8,8 @@ #include "unity.h" #include +int putcharSpy(int c); + // Dividing by these constants produces +/- infinity. // The rationale is given in UnityAssertFloatIsInf's body. #ifndef UNITY_EXCLUDE_FLOAT -- GitLab