mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-22 11:09:57 +00:00
fixed typo in use of float exclusion macro
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@49 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
+1
-1
@@ -340,7 +340,7 @@ void UnityAssertEqualUnsignedIntArray(const unsigned int* expected,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef UNITY_EXCLUDE_UFOAT
|
#ifndef UNITY_EXCLUDE_FLOAT
|
||||||
void UnityAssertFloatsWithin(const _UF delta,
|
void UnityAssertFloatsWithin(const _UF delta,
|
||||||
const _UF expected,
|
const _UF expected,
|
||||||
const _UF actual,
|
const _UF actual,
|
||||||
|
|||||||
Reference in New Issue
Block a user