Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dcapacity.cc184 std::basic_string<A<B> > str07(30, inst_obj); in test01() local
185 std::basic_string<A<B> > str08 = str07; in test01()
186 str07 = str08 + str07; in test01()
187 VERIFY( str07.capacity() >= str07.size() ); in test01()
H A Dinvariants.cc146 std::string str07 = str06; // optional, so that begin below causes a mutate in test02() local
155 VERIFY( str06 != str07 ); in test02()