inserters_extractors.cc: Remove explicit reference to 'testsuite/'.
2001-01-25 Loren J. Rittle <ljrittle@acm.org> * testsuite/21_strings/inserters_extractors.cc: Remove explicit reference to 'testsuite/'. From-SVN: r39292
This commit is contained in:
parent
2a2137c461
commit
31e1e0a652
@ -1,3 +1,8 @@
|
||||
2001-01-25 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* testsuite/21_strings/inserters_extractors.cc: Remove
|
||||
explicit reference to 'testsuite/'.
|
||||
|
||||
2001-01-25 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/cpu/alpha/bits/atomicity.h: Remove tricky .subsetion
|
||||
|
@ -189,7 +189,7 @@ void test04(int size)
|
||||
void test05(int size)
|
||||
{
|
||||
bool test = true;
|
||||
const char filename[] = "testsuite/inserters_extractors-1.txt";
|
||||
const char filename[] = "inserters_extractors-1.txt";
|
||||
const char fillc = 'f';
|
||||
std::ofstream ofs(filename);
|
||||
std::string str(size, fillc);
|
||||
|
Loading…
Reference in New Issue
Block a user