Searched refs:testline (Results 1 – 1 of 1) sorted by relevance
154 char testline[256]; in DumpAndCheck() local155 char *s = fgets(testline, sizeof(testline), fp); in DumpAndCheck()159 if (CompareIgnoringSpace(results[lineindex], testline) != 0) { in DumpAndCheck()161 << results[lineindex] << "/" << testline << ", test name: " << testname; in DumpAndCheck()