summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/bitset/cons
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/23_containers/bitset/cons')
-rw-r--r--libstdc++-v3/testsuite/23_containers/bitset/cons/16020.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/23_containers/bitset/cons/16020.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/16020.cc
index f70a4b8730d..af24d041730 100644
--- a/libstdc++-v3/testsuite/23_containers/bitset/cons/16020.cc
+++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/16020.cc
@@ -22,7 +22,7 @@
// libstdc++/16020
void test01()
{
- using __gnu_debug::bitset;
+ using debug::bitset;
bool test __attribute__((unused)) = true;
bitset<5> b(7);