aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/slice
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-26 17:19:47 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-26 17:19:47 -0700
commitf6f9cf39c677751fb46d42f303a07687e9bfb26a (patch)
tree216eb4ed4958879be2e4c470eaf2c9e0c2aebaf3 /test/core/slice
parente4222b4cbdc8ff1d128d35a55c2309f3e029483a (diff)
buildtests_c builds
Diffstat (limited to 'test/core/slice')
-rw-r--r--test/core/slice/percent_decode_fuzzer.c2
-rw-r--r--test/core/slice/percent_encode_fuzzer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/core/slice/percent_decode_fuzzer.c b/test/core/slice/percent_decode_fuzzer.c
index 0a05b33584..5e90446f30 100644
--- a/test/core/slice/percent_decode_fuzzer.c
+++ b/test/core/slice/percent_decode_fuzzer.c
@@ -38,7 +38,7 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
-#include "src/core/lib/support/percent_encoding.h"
+#include "src/core/lib/slice/percent_encoding.h"
#include "test/core/util/memory_counters.h"
bool squelch = true;
diff --git a/test/core/slice/percent_encode_fuzzer.c b/test/core/slice/percent_encode_fuzzer.c
index 3aa12c2b1e..9698e796b4 100644
--- a/test/core/slice/percent_encode_fuzzer.c
+++ b/test/core/slice/percent_encode_fuzzer.c
@@ -38,7 +38,7 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
-#include "src/core/lib/support/percent_encoding.h"
+#include "src/core/lib/slice/percent_encoding.h"
#include "test/core/util/memory_counters.h"
bool squelch = true;