aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/performance/map_create_fill.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/performance/map_create_fill.cc')
-rw-r--r--libstdc++-v3/testsuite/performance/map_create_fill.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/performance/map_create_fill.cc b/libstdc++-v3/testsuite/performance/map_create_fill.cc
index 5c3698ba383..b2f52554143 100644
--- a/libstdc++-v3/testsuite/performance/map_create_fill.cc
+++ b/libstdc++-v3/testsuite/performance/map_create_fill.cc
@@ -37,7 +37,7 @@ static void create_and_fill(const unsigned int n)
int main()
{
using namespace std;
- using namespace __gnu_cxx_test;
+ using namespace __gnu_test;
time_counter time;
resource_counter resource;