mirror of
https://github.com/google/googletest.git
synced 2025-04-15 00:58:13 +00:00
Googletest export
Spell out namespace for absl::Notification. PiperOrigin-RevId: 312300192
This commit is contained in:
parent
f3a59610fd
commit
6b08b41e5f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue