diff options
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/stringbuf_virtuals.cc')
-rw-r--r-- | libstdc++-v3/testsuite/27_io/stringbuf_virtuals.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/27_io/stringbuf_virtuals.cc b/libstdc++-v3/testsuite/27_io/stringbuf_virtuals.cc index c172f32b9f5..40e95bae431 100644 --- a/libstdc++-v3/testsuite/27_io/stringbuf_virtuals.cc +++ b/libstdc++-v3/testsuite/27_io/stringbuf_virtuals.cc @@ -40,6 +40,7 @@ void test01() void test02(std::stringbuf& in, bool pass) { + bool test = true; using namespace std; typedef streambuf::pos_type pos_type; typedef streambuf::off_type off_type; |