Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp28 std::string FoundMsg; in ErrorEquals() local
31 FoundMsg = CME.message(); in ErrorEquals()
35 return ::testing::AssertionFailure() << "error: " << FoundMsg << "\n"; in ErrorEquals()
H A DInstrProfTest.cpp29 std::string FoundMsg; in ErrorEquals() local
32 FoundMsg = IPE.message(); in ErrorEquals()
36 return ::testing::AssertionFailure() << "error: " << FoundMsg << "\n"; in ErrorEquals()