Searched refs:out_dirs (Results 1 – 1 of 1) sorted by relevance
106 std::ostringstream out_dirs; in test_sectionalize() local116 out_dirs << "|"; in test_sectionalize()125 out_dirs << (d == 0 ? "" : " "); in test_sectionalize()128 case -99: out_dirs << "DUP"; break; in test_sectionalize()129 case -1 : out_dirs << "-"; break; in test_sectionalize()130 case 0 : out_dirs << "."; break; in test_sectionalize()131 case +1 : out_dirs << "+"; break; in test_sectionalize()142 BOOST_CHECK_EQUAL(out_dirs.str(), dir_check); in test_sectionalize()