Fix MacOS master (#30137)

pull/30139/head
Yash Tibrewal 2 years ago committed by GitHub
parent 2119f54f6d
commit 766caf5146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/transport/chttp2/flow_control_fuzzer.cc

@ -377,7 +377,7 @@ void FlowControlFuzzer::AssertNoneStuck() const {
}
void FlowControlFuzzer::AssertAnnouncedOverInitialWindowSizeCorrect() const {
uint64_t value_from_streams = 0;
int64_t value_from_streams = 0;
for (const auto& id_stream : streams_) {
const auto& stream = id_stream.second;

Loading…
Cancel
Save