Improve tests for vector and deque move-assignment
commitab214dc8c6b196a40399070467e7589a01a79b30
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Apr 2017 19:25:30 +0000 (26 19:25 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Apr 2017 19:25:30 +0000 (26 19:25 +0000)
treee059c296b4ab7ccdaa36a3451e54b4355112adfd
parent82d479d0c125affc97d621301ec72dd39e56b0f0
Improve tests for vector and deque move-assignment

* testsuite/23_containers/deque/allocator/move_assign-2.cc: Improve
comment. Ensure first test works because allocator type propagates and
not because is_always_equal is true.
* testsuite/23_containers/vector/52591.cc: Likewise. Restore original
testcase that instantiates the move-assignment operator.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@247284 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/deque/allocator/move_assign-2.cc
libstdc++-v3/testsuite/23_containers/vector/52591.cc