Googletest export
Spell out namespace for absl::Notification. PiperOrigin-RevId: 312300192
This commit is contained in:
parent
f3a59610fd
commit
6b08b41e5f
@ -2686,7 +2686,7 @@ TEST(EventQueueTest, EnqueueEventTest) {
|
|||||||
EventQueue event_queue(&mock_event_dispatcher);
|
EventQueue event_queue(&mock_event_dispatcher);
|
||||||
|
|
||||||
const int32 kEventId = 321;
|
const int32 kEventId = 321;
|
||||||
Notification done;
|
absl::Notification done;
|
||||||
EXPECT_CALL(mock_event_dispatcher, DispatchEvent(kEventId))
|
EXPECT_CALL(mock_event_dispatcher, DispatchEvent(kEventId))
|
||||||
.WillOnce(Notify(&done));
|
.WillOnce(Notify(&done));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user