Home | History | Annotate | Download | only in test

Lines Matching refs:endl

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