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:
Loren J. Rittle 2001-01-26 23:31:57 +00:00 committed by Benjamin Kosnik
parent 2a2137c461
commit 31e1e0a652
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);