mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-10-20 05:43:05 +08:00
tests/testunity.c: Fix after redundant declarations fix
This commit is contained in:
@ -8,6 +8,8 @@
|
|||||||
#include "unity.h"
|
#include "unity.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
int putcharSpy(int c);
|
||||||
|
|
||||||
// Dividing by these constants produces +/- infinity.
|
// Dividing by these constants produces +/- infinity.
|
||||||
// The rationale is given in UnityAssertFloatIsInf's body.
|
// The rationale is given in UnityAssertFloatIsInf's body.
|
||||||
#ifndef UNITY_EXCLUDE_FLOAT
|
#ifndef UNITY_EXCLUDE_FLOAT
|
||||||
|
Reference in New Issue
Block a user