Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/test.support/
H A Dtest_check_assertion.pass.cpp29 if (!DT.getChildStdOut().empty()) { in TestDeathTest()
30 std::fprintf(stderr, "---------- standard out ----------\n%s\n", DT.getChildStdOut().c_str()); in TestDeathTest()
/llvm-project-15.0.7/libcxx/test/support/
H A Dcheck_assertion.h153 std::string const& getChildStdOut() const { return stdout_from_child_; } in getChildStdOut() function
270 if (!DT.getChildStdOut().empty()) { in ExpectDeath()
271 std::fprintf(stderr, "---------- standard out ----------\n%s\n", DT.getChildStdOut().c_str()); in ExpectDeath()