Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump_processor_unittest.cc515 const uint64_t kTestStartOfMemoryRange = 0x1234; in TEST_F() local
517 WillRepeatedly(Return(kTestStartOfMemoryRange)); in TEST_F()
518 EXPECT_CALL(memory_list, GetMemoryRegionForAddress(kTestStartOfMemoryRange)). in TEST_F()