summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc')
-rw-r--r--libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc b/libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc
index c7049fc8e23..6e8098a609d 100644
--- a/libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc
+++ b/libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc
@@ -30,7 +30,7 @@ struct test_policy
template<bool _Thread>
struct test_policy<__gnu_cxx::__common_pool_policy<_Thread> >
{
- typedef __gnu_cxx::__common_pool_policy<_Thread> pool_type;
+ typedef __gnu_cxx::__common_pool_policy<_Thread> policy_type;
static bool per_type() { return false; }
};