Home
last modified time | relevance | path

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

/external/antlr/runtime/Cpp/tests/
Dt012.cpp52 string lxrOutput = lxr->outbuf.str(); in testValid() local
55 out << lxrOutput; in testValid()
57 std::cout << inFilename << '\t' << (expOutput == lxrOutput ? "OK" : "Fail") << std::endl; in testValid()