| Jeff Brown | e839a58 | 2010-04-22 18:58:52 -0700 | [diff] [blame] | 1 | // |
| 2 | // Copyright 2010 The Android Open Source Project | ||||
| 3 | // | ||||
| 4 | |||||
| 5 | #include <ui/InputDispatcher.h> | ||||
| 6 | #include <gtest/gtest.h> | ||||
| 7 | |||||
| 8 | namespace android { | ||||
| 9 | |||||
| 10 | class InputDispatcherTest : public testing::Test { | ||||
| 11 | public: | ||||
| 12 | }; | ||||
| 13 | |||||
| 14 | TEST_F(InputDispatcherTest, Dummy) { | ||||
| Jeff Brown | f4a4ec2 | 2010-06-16 01:53:36 -0700 | [diff] [blame] | 15 | // TODO |
| Jeff Brown | e839a58 | 2010-04-22 18:58:52 -0700 | [diff] [blame] | 16 | } |
| 17 | |||||
| 18 | } // namespace android | ||||