Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp132 std::string CapturedStdOut = testing::internal::GetCapturedStdout(); in TEST() local
133 EXPECT_EQ(CapturedStdOut, "Caught: 'To be caught in JIT'\n"); in TEST()
/llvm-project-15.0.7/llvm/unittests/Support/
H A Draw_ostream_test.cpp547 std::string CapturedStdOut = testing::internal::GetCapturedStdout(); in TEST() local
548 EXPECT_EQ(CapturedStdOut, "HelloWorld"); in TEST()