mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-29 03:04:27 +01:00
- Cleaned up UnitPointer_Set (thanks Eric)
- Cleaned up a casting warning error - Removed a couple semicolons from the end of macros SHAME!
This commit is contained in:
@@ -593,8 +593,8 @@ extern const char UnityStrErr64[];
|
||||
// Basic Fail and Ignore
|
||||
//-------------------------------------------------------
|
||||
|
||||
#define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)(line));
|
||||
#define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)(line));
|
||||
#define UNITY_TEST_FAIL(line, message) UnityFail( (message), (UNITY_LINE_TYPE)(line))
|
||||
#define UNITY_TEST_IGNORE(line, message) UnityIgnore( (message), (UNITY_LINE_TYPE)(line))
|
||||
|
||||
//-------------------------------------------------------
|
||||
// Test Asserts
|
||||
|
||||
Reference in New Issue
Block a user