aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-12 14:08:50 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-12 14:08:50 -0800
commit9d4fc31da4e86358ad02aa24ab86ed1ca82b9ee9 (patch)
tree6bbf23b861f6fd2969085dea80c1f89cda797701 /test/core
parent8cf88f1eb169f5bae7ddfbdd571fd4c27ba5e1bf (diff)
parent5868c8335c386fc9846241eec0171969c8f7422d (diff)
Merge github.com:grpc/grpc into metadata_filter
Diffstat (limited to 'test/core')
-rw-r--r--test/core/support/BUILD2
-rw-r--r--test/core/util/memory_counters.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/core/support/BUILD b/test/core/support/BUILD
index 77f0a9a048..dfe952eb37 100644
--- a/test/core/support/BUILD
+++ b/test/core/support/BUILD
@@ -27,8 +27,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
-
cc_test(
name = "alloc_test",
srcs = ["alloc_test.c"],
diff --git a/test/core/util/memory_counters.h b/test/core/util/memory_counters.h
index f332816501..b9b2b3adda 100644
--- a/test/core/util/memory_counters.h
+++ b/test/core/util/memory_counters.h
@@ -34,6 +34,8 @@
#ifndef GRPC_TEST_CORE_UTIL_MEMORY_COUNTERS_H
#define GRPC_TEST_CORE_UTIL_MEMORY_COUNTERS_H
+#include <stddef.h>
+
struct grpc_memory_counters {
size_t total_size_relative;
size_t total_size_absolute;