diff options
Diffstat (limited to 'util/arena_test.cc')
| -rw-r--r-- | util/arena_test.cc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/util/arena_test.cc b/util/arena_test.cc index d2ead39..3e2011e 100644 --- a/util/arena_test.cc +++ b/util/arena_test.cc @@ -3,9 +3,9 @@ // found in the LICENSE file. See the AUTHORS file for names of contributors. #include "util/arena.h" -#include "util/random.h" #include "gtest/gtest.h" +#include "util/random.h" namespace leveldb { @@ -59,8 +59,3 @@ TEST(ArenaTest, Simple) { } } // namespace leveldb - -int main(int argc, char** argv) { - testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -} |
