Remove extra `int main`s from unit tests.
authorMichael Lee <mzlee@fb.com>
Mon, 22 Feb 2016 16:42:18 +0000 (08:42 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Mon, 22 Feb 2016 17:20:28 +0000 (09:20 -0800)
commitd31eb712ebe828e742d79245586651d142db848d
tree369467560525c53d8cc3af99d5e2f32a92342167
parentbb5ed8070d533c016e1e93cd274e76ce28a780bb
Remove extra `int main`s from unit tests.

Summary: test/common/TestMain.cpp should provide the necessary initialization.

Reviewed By: yfeldblum

Differential Revision: D2947245

fb-gh-sync-id: 75b9d241673667badf4dc8fb81285c60cbb8166a
shipit-source-id: 75b9d241673667badf4dc8fb81285c60cbb8166a
19 files changed:
folly/gen/test/FileTest.cpp
folly/gen/test/StringTest.cpp
folly/io/test/IOBufQueueTest.cpp
folly/io/test/IOBufTest.cpp
folly/io/test/ShutdownSocketSetTest.cpp
folly/test/AtomicStructTest.cpp
folly/test/DynamicConverterTest.cpp
folly/test/DynamicTest.cpp
folly/test/ExceptionTest.cpp
folly/test/FBVectorTest.cpp
folly/test/FileTest.cpp
folly/test/FileUtilTest.cpp
folly/test/FutexTest.cpp
folly/test/IndexedMemPoolTest.cpp
folly/test/JsonTest.cpp
folly/test/MPMCQueueTest.cpp
folly/test/ScopeGuardTest.cpp
folly/test/SingletonTest.cpp
folly/test/TraitsTest.cpp