aboutsummaryrefslogtreecommitdiff
path: root/test/std/iterators/iterator.range/begin-end.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/iterators/iterator.range/begin-end.pass.cpp')
-rw-r--r--test/std/iterators/iterator.range/begin-end.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/iterators/iterator.range/begin-end.pass.cpp b/test/std/iterators/iterator.range/begin-end.pass.cpp
index 2b5377f486f4..201dd066b86b 100644
--- a/test/std/iterators/iterator.range/begin-end.pass.cpp
+++ b/test/std/iterators/iterator.range/begin-end.pass.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-// XFAIL: c++03, c++98
+// XFAIL: c++98, c++03
// <iterator>
// template <class C> constexpr auto begin(C& c) -> decltype(c.begin());