Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Walter Brown sent a list of tests which needed 'additional includes' to ↵ | Marshall Clow | 2015-01-09 | 1 | -0/+1 |
| | | | | | | match what was in the standard. Added these includes to the tests. No changes to the library or test results. llvm-svn: 225541 | ||||
* | libc++ implements its' hash objects as deriving from std::unary_function, ↵ | Marshall Clow | 2015-01-07 | 1 | -0/+2 |
| | | | | | | and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. llvm-svn: 225403 | ||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 252 | -0/+13766 |
llvm-svn: 224658 |