diff options
| author | William A. Kennington III <wak@google.com> | 2018-07-17 14:40:14 -0700 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2018-07-17 14:40:14 -0700 |
| commit | 0a816c5d8054dfe3867423aa4303c5cf7b4a92e9 (patch) | |
| tree | 03e102d017105a0a8c98f2a72f413aff79a90af3 /test/event.cpp | |
| parent | 154a2b3ab755e700a0290307c09b16d68dd52565 (diff) | |
| download | sdeventplus-0a816c5d8054dfe3867423aa4303c5cf7b4a92e9.tar.gz sdeventplus-0a816c5d8054dfe3867423aa4303c5cf7b4a92e9.zip | |
Large refactoring
Diffstat (limited to 'test/event.cpp')
| -rw-r--r-- | test/event.cpp | 4 |
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) |

