mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-07-14 08:20:59 +08:00
Fixed UNITY_EXEC_TIME_STOP macro ifdef
This commit is contained in:
@ -307,7 +307,7 @@ typedef UNITY_FLOAT_TYPE UNITY_FLOAT;
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef UNITY_EXEC_TIME_START
|
#ifndef UNITY_EXEC_TIME_STOP
|
||||||
#ifdef UNITY_INCLUDE_EXEC_TIME
|
#ifdef UNITY_INCLUDE_EXEC_TIME
|
||||||
#define UNITY_EXEC_TIME_STOP() Unity.CurrentTestStopTime = UNITY_CLOCK_MS();
|
#define UNITY_EXEC_TIME_STOP() Unity.CurrentTestStopTime = UNITY_CLOCK_MS();
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user