diff options
Diffstat (limited to 'tools/aidl/test_main.cpp')
-rw-r--r-- | tools/aidl/test_main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/aidl/test_main.cpp b/tools/aidl/test_main.cpp deleted file mode 100644 index 4d820af774e1..000000000000 --- a/tools/aidl/test_main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include <gtest/gtest.h> - -int main(int argc, char **argv) { - ::testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -} |