summaryrefslogtreecommitdiffstats
path: root/test/event.cpp
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-07-17 14:40:14 -0700
committerWilliam A. Kennington III <wak@google.com>2018-07-17 14:40:14 -0700
commit0a816c5d8054dfe3867423aa4303c5cf7b4a92e9 (patch)
tree03e102d017105a0a8c98f2a72f413aff79a90af3 /test/event.cpp
parent154a2b3ab755e700a0290307c09b16d68dd52565 (diff)
downloadsdeventplus-0a816c5d8054dfe3867423aa4303c5cf7b4a92e9.tar.gz
sdeventplus-0a816c5d8054dfe3867423aa4303c5cf7b4a92e9.zip
Large refactoring
Diffstat (limited to 'test/event.cpp')
-rw-r--r--test/event.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/event.cpp b/test/event.cpp
index 1c30d20..6ec3770 100644
--- a/test/event.cpp
+++ b/test/event.cpp
@@ -18,8 +18,8 @@ using testing::SetArgPointee;
class EventTest : public testing::Test
{
protected:
- testing::StrictMock<SdEventMock> mock;
- sd_event *const expected_event = reinterpret_cast<sd_event *>(1234);
+ testing::StrictMock<test::SdEventMock> mock;
+ sd_event* const expected_event = reinterpret_cast<sd_event*>(1234);
};
TEST_F(EventTest, NewEventRef)
OpenPOWER on IntegriCloud