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