Googletest export

Spell out namespace for absl::Notification.

PiperOrigin-RevId: 312300192
This commit is contained in:
Abseil Team 2020-05-19 12:59:27 -04:00 committed by Derek Mauro
parent f3a59610fd
commit 6b08b41e5f

View File

@ -2686,7 +2686,7 @@ TEST(EventQueueTest, EnqueueEventTest) {
EventQueue event_queue(&mock_event_dispatcher);
const int32 kEventId = 321;
Notification done;
absl::Notification done;
EXPECT_CALL(mock_event_dispatcher, DispatchEvent(kEventId))
.WillOnce(Notify(&done));