summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/array/iterators.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2013-08-08 21:52:50 +0000
committerMarshall Clow <mclow.lists@gmail.com>2013-08-08 21:52:50 +0000
commit2472b928d221fb4d48c8e0f771f0467c51af73c7 (patch)
tree29f9969286ed8868a6559d9bf86522295caaa276 /libcxx/test/containers/sequences/array/iterators.pass.cpp
parentdb8bf8313a8b3eee33f9053215681e8362ee5f62 (diff)
downloadbcm5719-llvm-2472b928d221fb4d48c8e0f771f0467c51af73c7.tar.gz
bcm5719-llvm-2472b928d221fb4d48c8e0f771f0467c51af73c7.zip
N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests
llvm-svn: 188019
Diffstat (limited to 'libcxx/test/containers/sequences/array/iterators.pass.cpp')
-rw-r--r--libcxx/test/containers/sequences/array/iterators.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/sequences/array/iterators.pass.cpp b/libcxx/test/containers/sequences/array/iterators.pass.cpp
index af5e064d12c..8da3803d3db 100644
--- a/libcxx/test/containers/sequences/array/iterators.pass.cpp
+++ b/libcxx/test/containers/sequences/array/iterators.pass.cpp
@@ -37,7 +37,7 @@ int main()
}
#if _LIBCPP_STD_VER > 11
- { // N3664 testing
+ { // N3644 testing
{
typedef std::array<int, 5> C;
C::iterator ii1{}, ii2{};
OpenPOWER on IntegriCloud