diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fd3b9f87632b8591b4bce599c3ff6dae48ae036d..e6c277ccfd1b979ea1099c9c2ad088158d61a328 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2009-12-23 Paolo Carlini <paolo.carlini@oracle.com> + + * testsuite/25_algorithms/copy/5.cc: Move... + * testsuite/25_algorithms/copy/deque_iterators/1.cc: ... here. + * testsuite/25_algorithms/move/2.cc: Move... + * testsuite/25_algorithms/move/deque_iterators/1.cc: ... here. + 2009-12-23 Paolo Carlini <paolo.carlini@oracle.com> * include/bits/stl_deque.h (copy(_Deque_iterator, _Deque_iterator, diff --git a/libstdc++-v3/testsuite/25_algorithms/copy/5.cc b/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/1.cc similarity index 100% rename from libstdc++-v3/testsuite/25_algorithms/copy/5.cc rename to libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/1.cc diff --git a/libstdc++-v3/testsuite/25_algorithms/move/2.cc b/libstdc++-v3/testsuite/25_algorithms/move/deque_iterators/1.cc similarity index 100% rename from libstdc++-v3/testsuite/25_algorithms/move/2.cc rename to libstdc++-v3/testsuite/25_algorithms/move/deque_iterators/1.cc