diff options
Diffstat (limited to 'libs/ui/tests/InputDispatcher_test.cpp')
-rw-r--r-- | libs/ui/tests/InputDispatcher_test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ui/tests/InputDispatcher_test.cpp b/libs/ui/tests/InputDispatcher_test.cpp index 3d92043..1dc6e46 100644 --- a/libs/ui/tests/InputDispatcher_test.cpp +++ b/libs/ui/tests/InputDispatcher_test.cpp @@ -12,8 +12,7 @@ public: }; TEST_F(InputDispatcherTest, Dummy) { - SCOPED_TRACE("Trace"); - ASSERT_FALSE(true); + // TODO } } // namespace android |