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) { | ||||
15 | SCOPED_TRACE("Trace"); | ||||
16 | ASSERT_FALSE(true); | ||||
17 | } | ||||
18 | |||||
19 | } // namespace android |