summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.require
Commit message (Collapse)AuthorAgeFilesLines
* Replace __cplusplus comparisons and dialect __has_feature checks with ↵Eric Fiselier2016-06-141-1/+1
| | | | | | | | | TEST_STD_VER. This is a huge cleanup that helps make the libc++ test suite more portable. Patch from STL@microsoft.com. Thanks STL! llvm-svn: 272716
* Add tests to ensure that string/vector/array have contiguous iterators - ↵Marshall Clow2015-05-262-12/+53
| | | | | | which they did. Mark N4284 as complete llvm-svn: 238233
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+12
llvm-svn: 224658
OpenPOWER on IntegriCloud