Cleanup output of tests

pull/357/head
Craig Tiller 10 years ago
parent d74fc6571c
commit 9c5feda33d
  1. 2
      test/core/end2end/cq_verifier.c

@ -243,9 +243,11 @@ static void metadata_expectation(gpr_strvec *buf, metadata *md) {
gpr_asprintf(&tmp, "%c%s:%s", i ? ',' : '{', md->keys[i], md->values[i]);
gpr_strvec_add(buf, tmp);
}
if (md->count) {
gpr_strvec_add(buf, gpr_strdup("}"));
}
}
}
static void expectation_to_strvec(gpr_strvec *buf, expectation *e) {
gpr_timespec timeout;

Loading…
Cancel
Save