ensure latest log text is correct when appended
This commit is contained in:
@@ -60,4 +60,12 @@ extern void chk_ptr_ne(
|
||||
const void * // the prohibited value
|
||||
);
|
||||
|
||||
// ensure two strings are equal
|
||||
extern void chk_str_eq(
|
||||
TestState *,
|
||||
const char *, // the error context
|
||||
const char *, // the actual value
|
||||
const char * // the expected value
|
||||
);
|
||||
|
||||
//jl
|
||||
|
||||
Reference in New Issue
Block a user