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

llvm-svn: 230322
This commit is contained in:
Eric Fiselier 2015-02-24 10:52:07 +00:00
parent 2f85244553
commit f7d36ac5f0
1 changed files with 1 additions and 1 deletions

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>