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