mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-05-20 17:07:32 +08:00
Revert commits 720ea42 and a27b03c which broke the Fixture build
These were aimed at preventing the internals header from declaring a prototype for 'int UNITY_OUTPUT_CHAR(int);'. The second part fixed an omitted declaration in the tests caused by the first commit. Will replace the default behavior & add an option for this in next commit
This commit is contained in:
@ -8,8 +8,6 @@
|
||||
#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
|
||||
|
Reference in New Issue
Block a user