Commit b363d9f7 authored by Michael Lee's avatar Michael Lee Committed by Facebook Github Bot 0

Remove unecessary int main from MemoryTest

Summary: We do not need this main function, so remove it.

Reviewed By: markisaa

Differential Revision: D2992000

fb-gh-sync-id: 30bc0734af0f61e047276dab9639ae29cc999bbb
shipit-source-id: 30bc0734af0f61e047276dab9639ae29cc999bbb
parent 692cc4b1
......@@ -93,11 +93,3 @@ TEST(rebind_allocator, sanity_check) {
s.reset();
ASSERT_EQ(nullptr, s.get());
}
int main(int argc, char **argv) {
FLAGS_logtostderr = true;
google::InitGoogleLogging(argv[0]);
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment