Fix tag variable

pull/16658/head
Juanli Shen 7 years ago
parent f6e7b778c4
commit 974d66f94f
  1. 2
      test/cpp/end2end/async_end2end_test.cc

@ -178,7 +178,7 @@ class Verifier {
EXPECT_EQ(it2->second.ok, ok);
}
} else {
gpr_log(GPR_ERROR, "Unexpected tag: %p", tag);
gpr_log(GPR_ERROR, "Unexpected tag: %p", got_tag);
abort();
}
}

Loading…
Cancel
Save