Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tcmalloc/internal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,8 @@ tcmalloc_cc_test(
tcmalloc_internal_range_tracker_fuzz_test
SRCS
"range_tracker_fuzz.cc"
COPTS
$<$<CXX_COMPILER_ID:Clang>:-fbracket-depth=512>
DEPS
"GTest::gtest"
"GTest::gmock"
Expand Down
1 change: 0 additions & 1 deletion tcmalloc/testing/testutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <type_traits>
#include <utility>

#include "benchmark/benchmark.h"
#include "absl/base/attributes.h"
#include "absl/strings/match.h"
#include "absl/time/clock.h"
Expand Down