@@ -187,9 +187,9 @@ single_test_context(
void check_value(
TestState *s,
const char *context,
void (*test)(TestState *, void *, void *),
void *chk_val,
void *ref_val,
void (*test)(TestState *, void *, void *)
void *ref_val
)
{
if (!(s && test)) return;
The note is not visible to the blocked user.