Searched refs:CheckOutput (Results 1 – 1 of 1) sorted by relevance
193 static bool CheckOutput(const char* what, std::string actual_output, in CheckOutput() function245 if (!CheckOutput("stdout", test_stdout.str(), test.expected_stdout, FILES)) failed = true; in RunTests()246 if (!CheckOutput("stderr", test_stderr.str(), test.expected_stderr, FILES)) failed = true; in RunTests()