summaryrefslogtreecommitdiff
path: root/util/status_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/status_test.cc')
-rw-r--r--util/status_test.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/util/status_test.cc b/util/status_test.cc
index 2842319..dbf5faa 100644
--- a/util/status_test.cc
+++ b/util/status_test.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
+#include "leveldb/status.h"
+
#include <utility>
+#include "gtest/gtest.h"
#include "leveldb/slice.h"
-#include "leveldb/status.h"
-#include "util/testharness.h"
namespace leveldb {
@@ -36,5 +37,3 @@ TEST(Status, MoveConstructor) {
}
} // namespace leveldb
-
-int main(int argc, char** argv) { return leveldb::test::RunAllTests(); }