Commit 31e1e0a6 by Loren J. Rittle Committed by Benjamin Kosnik

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
parent 2a2137c4
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> 2001-01-25 Richard Henderson <rth@redhat.com>
* config/cpu/alpha/bits/atomicity.h: Remove tricky .subsetion * config/cpu/alpha/bits/atomicity.h: Remove tricky .subsetion
......
...@@ -189,7 +189,7 @@ void test04(int size) ...@@ -189,7 +189,7 @@ void test04(int size)
void test05(int size) void test05(int size)
{ {
bool test = true; bool test = true;
const char filename[] = "testsuite/inserters_extractors-1.txt"; const char filename[] = "inserters_extractors-1.txt";
const char fillc = 'f'; const char fillc = 'f';
std::ofstream ofs(filename); std::ofstream ofs(filename);
std::string str(size, fillc); std::string str(size, fillc);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment