llvm-project/libcxx/test/std/containers/sequences/vector
Louis Dionne afeff20c0f [libc++] Remove unnecessary <iostream> #includes in tests
Some tests #include <iostream> but they don't use anything from the
header. Those are probably artifacts of when the tests were developped.

llvm-svn: 357181
2019-03-28 16:38:15 +00:00
..
vector.capacity Support tests in freestanding 2019-02-04 20:31:13 +00:00
vector.cons [libc++] Remove unnecessary <iostream> #includes in tests 2019-03-28 16:38:15 +00:00
vector.data Support tests in freestanding 2019-02-04 20:31:13 +00:00
vector.erasure Support tests in freestanding 2019-02-04 20:31:13 +00:00
vector.modifiers Support tests in freestanding 2019-02-04 20:31:13 +00:00
vector.special Support tests in freestanding 2019-02-04 20:31:13 +00:00
access.pass.cpp Mark vector::operator[] and front/back as noexcept. We already do this for string and string_view. This should give better codegen inside of noexcept functions. Add tests for op[]/front/back/at, because apparently we had none. 2019-03-15 00:29:35 +00:00
allocator_mismatch.fail.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
contiguous.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
iterators.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
types.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00