Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for the fix

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@230322 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2015-02-24 10:52:07 +00:00
parent a0ac177bea
commit 40310ac76c

View File

@ -9,7 +9,7 @@
// NOTE: Older versions of clang have a bug where they fail to evalute
// string_view::at as a constant expression.
// XFAIL: apple-clang-6.0, clang-3.4, clang-3.3
// XFAIL: clang-3.4, clang-3.3
// <string_view>