Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test.cc134 char testline[256]; in dump() local
135 char *s = fgets(testline, sizeof(testline), fp); in dump()
139 if (CompareIgnoringSpace(results->second[lineindex], testline) != 0) { in dump()
141 << results->second[lineindex] << "/" << testline; in dump()