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