Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 23, 2024
1 parent 320c337 commit 3d9473c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/end2end/fuzzers/server_fuzzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ DEFINE_PROTO_FUZZER(const fuzzer_input::Msg& msg) {
grpc_core::ForceEnableExperiment("event_engine_listener", true);
return 42;
}();
GPR_ASSERT(once == 42); // avoid unused variable warning
grpc_core::ApplyFuzzConfigVars(msg.config_vars());
grpc_core::TestOnlyReloadExperimentsFromConfigVariables();
grpc_core::testing::ServerFuzzer(msg).Run(msg.api_actions());
Expand Down

0 comments on commit 3d9473c

Please sign in to comment.