Home | History | Annotate | Download | only in test

Lines Matching full:endl

4523 // Tests that basic IO manipulators (endl, ends, and flush) can be
4527 FAIL() << "Line 1." << std::endl
5025 r << "Data" << std::endl << std::flush << std::ends << "Will be visible";