summaryrefslogtreecommitdiff
path: root/test/std/containers/sequences/vector.bool/size.pass.cpp
AgeCommit message (Expand)Author
2017-11-26Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC.Marshall Clow
2017-11-21Replace assert(true) in tests with actual asserts. Reviewed as https://review...Billy Robert O'Neal III
2017-11-15Added tests for xxx.size() and xxx.empty() for all the sequence containersMarshall Clow