mirror of
https://github.com/google/googletest.git
synced 2025-01-14 00:20:57 +08:00
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);
|
||||
|
||||
const int32 kEventId = 321;
|
||||
Notification done;
|
||||
absl::Notification done;
|
||||
EXPECT_CALL(mock_event_dispatcher, DispatchEvent(kEventId))
|
||||
.WillOnce(Notify(&done));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user