Compile fix

pull/6160/head
Craig Tiller 9 years ago
parent cb6d406591
commit 7bbcd74757
  1. 2
      test/core/end2end/fuzzers/api_fuzzer.c

@ -656,7 +656,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
switch (next_byte(&inp)) {
default:
/* invalid value */
op->op = -1;
op->op = (grpc_op_type)-1;
ok = false;
break;
case GRPC_OP_SEND_INITIAL_METADATA:

Loading…
Cancel
Save