summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative
Commit message (Collapse)AuthorAgeFilesLines
...
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ↵Marshall Clow2015-01-2837-37/+37
| | | | | | support/, remove the other, and update all the tests that included them. No functionality change. llvm-svn: 227370
* Fix PR22366. When move-constructing an associative container and explicitly ↵Marshall Clow2015-01-284-0/+189
| | | | | | passing an allocator that compares different, we were not calling the destructor of the elements in the moved-from container. llvm-svn: 227359
* Move test into test/std subdirectory.Eric Fiselier2014-12-20198-0/+24901
llvm-svn: 224658
OpenPOWER on IntegriCloud