summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc')
-rw-r--r--libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc
index b491a03276d..b7f51efd393 100644
--- a/libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc
+++ b/libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc
@@ -25,7 +25,7 @@ void test01()
{
bool test __attribute__((unused)) = true;
- typedef __gnu_test::propagating_allocator<int, false> alloc_type;
+ typedef __gnu_test::uneq_allocator<int> alloc_type;
typedef __gnu_debug::set<int, std::less<int>, alloc_type> test_type;
test_type v1(alloc_type(1));