Searched refs:CONTENTS (Results 1 – 1 of 1) sorted by relevance
1005 #define CONTENTS "macro expansion" macro1007 #define BUF_AND_CONTENTS(A) A, CONTENTS1008 #define BUF_AND_SIZE_AND_CONTENTS(A) A, sizeof(A), CONTENTS1011 snprintf(BUF_AND_SIZE(buf), CONTENTS); in TEST()1012 EXPECT_STREQ(CONTENTS, buf); in TEST()1015 EXPECT_STREQ(CONTENTS, buf); in TEST()1018 EXPECT_STREQ(CONTENTS, buf); in TEST()