Commit 43db7ae3 authored by Michael Lee's avatar Michael Lee Committed by facebook-github-bot-4

Clean up folly tests.

Summary: Clean up and remove unecessary gflags use.

Reviewed By: yfeldblum

Differential Revision: D2795904

fb-gh-sync-id: 99cccb4dc32a051b3d552b72cbc9243e20ba8127
parent 99a7f383
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include <folly/Format.h> #include <folly/Format.h>
#include <gflags/gflags.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <string> #include <string>
...@@ -508,9 +507,3 @@ TEST(Format, Extending) { ...@@ -508,9 +507,3 @@ TEST(Format, Extending) {
"another formatter"), "another formatter"),
"Extending {a {formatter}} in {another formatter}"); "Extending {a {formatter}} in {another formatter}");
} }
int main(int argc, char *argv[]) {
testing::InitGoogleTest(&argc, argv);
gflags::ParseCommandLineFlags(&argc, &argv, true);
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