aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/fuzzer_corpus_test.cc
diff options
context:
space:
mode:
authorGravatar Dan Zhang <danzh@google.com>2017-12-01 15:58:47 -0500
committerGravatar Dan Zhang <danzh@google.com>2017-12-01 15:58:47 -0500
commit26024c801b5b171d448204507f2f10f76c93fe35 (patch)
tree6130826a0941f3fd1bb4ade0c73cfa013e497f83 /test/core/util/fuzzer_corpus_test.cc
parentec8a59e1125153fcf27eace15cdda8f975adf1c4 (diff)
parent0a6329c0a825ec36268d72c8fd2ac9a8296a25f0 (diff)
Merge branch 'master' into asyncio
Diffstat (limited to 'test/core/util/fuzzer_corpus_test.cc')
-rw-r--r--test/core/util/fuzzer_corpus_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/util/fuzzer_corpus_test.cc b/test/core/util/fuzzer_corpus_test.cc
index d7aea54262..7849321257 100644
--- a/test/core/util/fuzzer_corpus_test.cc
+++ b/test/core/util/fuzzer_corpus_test.cc
@@ -29,8 +29,8 @@
#include "test/core/util/test_config.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
-extern "C" bool squelch;
-extern "C" bool leak_check;
+extern bool squelch;
+extern bool leak_check;
// In some distros, gflags is in the namespace google, and in some others,
// in gflags. This hack is enabling us to find both.