summaryrefslogtreecommitdiffstats
path: root/third_party/libphonenumber/cpp/src/run_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libphonenumber/cpp/src/run_tests.cc')
-rw-r--r--third_party/libphonenumber/cpp/src/run_tests.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/libphonenumber/cpp/src/run_tests.cc b/third_party/libphonenumber/cpp/src/run_tests.cc
deleted file mode 100644
index b38e7bc..0000000
--- a/third_party/libphonenumber/cpp/src/run_tests.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <gtest/gtest.h>
-
-int main(int argc, char** argv) {
- ::testing::InitGoogleTest(&argc, argv);
-
- return RUN_ALL_TESTS();
-}