From b4601f81fa6d7392109184df192e65051ea2e73d Mon Sep 17 00:00:00 2001 From: Mike Kruskal <62662355+mkruskal-google@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:32:37 -0700 Subject: [PATCH] Add comments for tests section in tcmalloc BUILD Added comments for tests section in BUILD file. --- tcmalloc/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tcmalloc/BUILD b/tcmalloc/BUILD index ce127b130..91612048b 100644 --- a/tcmalloc/BUILD +++ b/tcmalloc/BUILD @@ -18,6 +18,8 @@ # https://github.com/google/tcmalloc/tree/master/docs/design.md for a high-level description of # how this malloc works. +# tests + load("@rules_cc//cc:cc_binary.bzl", "cc_binary") load("@rules_cc//cc:cc_library.bzl", "cc_library") load("@rules_cc//cc:cc_test.bzl", "cc_test")