Improve tests for vector and deque move-assignment
authorJonathan Wakely <jwakely@redhat.com>
Wed, 26 Apr 2017 19:25:30 +0000 (20:25 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 26 Apr 2017 19:25:30 +0000 (20:25 +0100)
commit9425300b415916c5474204fa1157c94612d9f8ac
treee059c296b4ab7ccdaa36a3451e54b4355112adfd
parenta480422d0ad67c0ced6b1a3a21c228277381b053
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.

From-SVN: r247284
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/deque/allocator/move_assign-2.cc
libstdc++-v3/testsuite/23_containers/vector/52591.cc