Home
last modified time | relevance | path

Searched refs:expected_notifications (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/core/
Dtrap_unittest.cc958 int expected_notifications = 10; in TEST_F() local
964 EXPECT_GT(expected_notifications, 0); in TEST_F()
965 expected_notifications -= 1; in TEST_F()
966 if (expected_notifications == 0) { in TEST_F()