blob: 1dc6e46a453da646773e6c61c7a8eb87775b39d4 [file] [log] [blame]
//
// Copyright 2010 The Android Open Source Project
//
#include <ui/InputDispatcher.h>
#include <gtest/gtest.h>
namespace android {
class InputDispatcherTest : public testing::Test {
public:
};
TEST_F(InputDispatcherTest, Dummy) {
// TODO
}
} // namespace android