Home
last modified time | relevance | path

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

/external/antlr/runtime/Cpp/tests/
Dt012.cpp51 string expOutput = slurp(outFilename); in testValid() local
57 std::cout << inFilename << '\t' << (expOutput == lxrOutput ? "OK" : "Fail") << std::endl; in testValid()