Skip to content

Commit 2bba66b

Browse files
ckennellycopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 318557840 Change-Id: I20600cd7965f21af05cb471313fea03881c44994
1 parent cfe5106 commit 2bba66b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tcmalloc/span_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "tcmalloc/static_vars.h"
2929

3030
namespace tcmalloc {
31+
namespace {
3132

3233
class RawSpan {
3334
public:
@@ -180,4 +181,5 @@ TEST_P(SpanTest, FreelistRandomized) {
180181

181182
INSTANTIATE_TEST_SUITE_P(All, SpanTest, testing::Range(size_t(1), kNumClasses));
182183

184+
} // namespace
183185
} // namespace tcmalloc

0 commit comments

Comments
 (0)