tests/testunity.c: Fix after redundant declarations fix

This commit is contained in:
Jerry Jacobs
2016-04-13 12:59:31 +02:00
parent a27b03c79a
commit 720ea42a82

View File

@ -8,6 +8,8 @@
#include "unity.h"
#include <string.h>
int putcharSpy(int c);
// Dividing by these constants produces +/- infinity.
// The rationale is given in UnityAssertFloatIsInf's body.
#ifndef UNITY_EXCLUDE_FLOAT