Home | History | Annotate | Download | only in cctest

Lines Matching full:getoutput

79   if (strcmp(disasm->GetOutput(), EXP) != 0) {                                 \
81 __LINE__, encoding, EXP, disasm->GetOutput()); \
91 if (strncmp(disasm->GetOutput(), EXP, strlen(EXP)) != 0) { \
93 __LINE__, encoding, EXP, disasm->GetOutput()); \