diff options
author | Christopher Wiley <wiley@google.com> | 2015-09-02 12:49:52 -0700 |
---|---|---|
committer | Christopher Wiley <wiley@google.com> | 2015-09-02 12:55:07 -0700 |
commit | 6d57207f37f6b82ca77770bfcbf67d4fa3fde46c (patch) | |
tree | 816f718289f30d036a3d2bc013d0eac84adecd95 /tools/aidl/tests/test.cpp | |
parent | f37947cb1a452b81f7b25cf961763c2ec3db5632 (diff) |
aidl: Remove example test
We have enough tests demonstrating how to write them.
Bug: 23516947
Change-Id: I966cb6bb2d754db389be8f9b90957ac33cf66639
Test: Unittests pass.
Diffstat (limited to 'tools/aidl/tests/test.cpp')
-rw-r--r-- | tools/aidl/tests/test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/aidl/tests/test.cpp b/tools/aidl/tests/test.cpp deleted file mode 100644 index 15ae294138a8..000000000000 --- a/tools/aidl/tests/test.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include <gtest/gtest.h> - -TEST(DummyCase, DummyTest) {} |