Skip to content

Commit 903b7a3

Browse files
committed
Fix: Missing stripped variant of some macros
1 parent b093ef5 commit 903b7a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

yukti.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,15 +1036,17 @@ static int YT__equal_mem (const void* a, const void* b, unsigned long size, int*
10361036
*/
10371037
#ifdef YUKTI_TEST_STRIP_PREFIX
10381038
#define TEST YT_TEST
1039+
#define TESTP YT_TESTP
10391040
#define END YT_END
10401041
#define V YT_V
10411042
#define DEFINE_FUNC_VOID YT_DEFINE_FUNC_VOID
10421043
#define DEFINE_FUNC YT_DEFINE_FUNC
10431044
#define DECLARE_FUNC_VOID YT_DECLARE_FUNC_VOID
10441045
#define DECLARE_FUNC YT_DECLARE_FUNC
1045-
#define RESET_MOCK YT__RESET_MOCK
1046+
#define RESET_MOCK YT_RESET_MOCK
10461047
#define IN_SEQUENCE YT_IN_SEQUENCE
10471048
#define MUST_CALL_IN_ORDER YT_MUST_CALL_IN_ORDER
1049+
#define MUST_NEVER_CALL YT_MUST_NEVER_CALL
10481050
#define MUST_CALL_IN_ORDER_ATLEAST_TIMES YT_MUST_CALL_IN_ORDER_ATLEAST_TIMES
10491051
#define MUST_CALL_ANY_ORDER YT_MUST_CALL_ANY_ORDER
10501052
#define MUST_CALL_ANY_ORDER_ATLEAST_TIMES YT_MUST_CALL_ANY_ORDER_ATLEAST_TIMES

0 commit comments

Comments
 (0)