Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570523727
Change-Id: Ieff9815b7a3c3e4957afbf50d66ab0e44b7c26ef
  • Loading branch information
v-gogte authored and copybara-github committed Oct 3, 2023
1 parent 4636f5a commit d81e70d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tcmalloc/testing/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ create_tcmalloc_testsuite(
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
"@com_google_absl//absl/time",
"@com_google_googletest//:gtest_main",
"@com_google_googletest//:gtest",
],
)

Expand Down
5 changes: 5 additions & 0 deletions tcmalloc/testing/reclaim_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,8 @@ TEST(ReclaimTest, ReclaimStable) {

} // namespace
} // namespace tcmalloc

int main(int argc, char** argv) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}

0 comments on commit d81e70d

Please sign in to comment.