|
|
@ -16,8 +16,8 @@ |
|
|
|
// Automatically generated by tools/codegen/core/gen_config_vars.py
|
|
|
|
// Automatically generated by tools/codegen/core/gen_config_vars.py
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef GRPC_TEST_CORE_UTIL_FUZZ_CONFIG_VARS_H |
|
|
|
#ifndef GRPC_TEST_CORE_TEST_UTIL_FUZZ_CONFIG_VARS_H |
|
|
|
#define GRPC_TEST_CORE_UTIL_FUZZ_CONFIG_VARS_H |
|
|
|
#define GRPC_TEST_CORE_TEST_UTIL_FUZZ_CONFIG_VARS_H |
|
|
|
|
|
|
|
|
|
|
|
#include <grpc/support/port_platform.h> |
|
|
|
#include <grpc/support/port_platform.h> |
|
|
|
|
|
|
|
|
|
|
@ -32,4 +32,4 @@ void ApplyFuzzConfigVars(const grpc::testing::FuzzConfigVars& vars); |
|
|
|
|
|
|
|
|
|
|
|
} // namespace grpc_core
|
|
|
|
} // namespace grpc_core
|
|
|
|
|
|
|
|
|
|
|
|
#endif // GRPC_TEST_CORE_UTIL_FUZZ_CONFIG_VARS_H
|
|
|
|
#endif // GRPC_TEST_CORE_TEST_UTIL_FUZZ_CONFIG_VARS_H
|
|
|
|