Home
last modified time | relevance | path

Searched refs:actualLines (Results 1 - 1 of 1) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
H A Dsubcommand_report_test.cpp96 std::vector<std::string> actualLines = StringSplit(stringOut, "\n"); in FileCompare() local
99 for (size_t i = 0; i < actualLines.size(); i++) { in FileCompare()
100 actualLines[i].erase(actualLines[i].find_last_not_of(" ") + 1); in FileCompare()
106 auto actual = actualLines.begin(); in FileCompare()
108 EXPECT_EQ(actualLines.size(), expectLines.size()); in FileCompare()
110 while (actual != actualLines.end() and expect != expectLines.end() and !HasFailure()) { in FileCompare()

Completed in 2 milliseconds