summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc')
-rw-r--r--libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc
index 55b1d1ac844..c59d4a6c503 100644
--- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc
+++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc
@@ -26,7 +26,6 @@ using namespace std;
void test9()
{
- bool test __attribute__((unused)) = true;
__gnu_test::fail_streambuf bob;
ostream stream(&bob);
stream.exceptions(ios_base::failbit);
@@ -50,7 +49,6 @@ void test9()
void test11()
{
- bool test __attribute__((unused)) = true;
ostringstream stream;
stream.exceptions(ios_base::failbit);
__gnu_test::fail_streambuf bib;