summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp
diff options
context:
space:
mode:
authorAsiri Rathnayake <asiri.rathnayake@arm.com>2016-09-16 14:32:19 +0000
committerAsiri Rathnayake <asiri.rathnayake@arm.com>2016-09-16 14:32:19 +0000
commita6199170ac705ad050b88a55971235b8625ed5e8 (patch)
tree15bdf92a8e6ef11220578a3a95488ee117268554 /libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp
parent39217d4d0516c783142efee2a8d0c21bdc633fdb (diff)
downloadbcm5719-llvm-a6199170ac705ad050b88a55971235b8625ed5e8.tar.gz
bcm5719-llvm-a6199170ac705ad050b88a55971235b8625ed5e8.zip
[libcxx] Add missing c++98 xfail. NFC.
This is the only test failing in c++98 mode at the moment. llvm-svn: 281731
Diffstat (limited to 'libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp')
-rw-r--r--libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp b/libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp
index 277dd6dac3e..4f7405355ca 100644
--- a/libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp
+++ b/libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-// XFAIL: c++03
+// XFAIL: c++03, c++98
// <iterator>
// template <class C> auto begin(C& c) -> decltype(c.begin());
OpenPOWER on IntegriCloud