[libcxx] Add missing c++98 xfail. NFC.

This is the only test failing in c++98 mode at the moment.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@281731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Asiri Rathnayake
2016-09-16 14:32:19 +00:00
parent f05ac13bf1
commit 6e3bce5f6c

View File

@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
// XFAIL: c++03
// XFAIL: c++03, c++98
// <iterator>
// template <class C> auto begin(C& c) -> decltype(c.begin());