mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-26 00:30:05 -04:00
Cleanup cmocka related whitespace
This commit is contained in:
parent
ed8000f333
commit
45bee4d3c3
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@
|
|||
|
||||
#ifdef UNIT_TESTING
|
||||
extern void mock_assert(const int result, const char* const expression,
|
||||
const char * const file, const int line);
|
||||
const char * const file, const int line);
|
||||
#define REQUIRE(expression) \
|
||||
mock_assert((int)(expression), #expression, __FILE__, __LINE__)
|
||||
#define ENSURE(expression) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue