Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for...
authorEric Fiselier <eric@efcs.ca>
Tue, 24 Feb 2015 10:52:07 +0000 (10:52 +0000)
committerEric Fiselier <eric@efcs.ca>
Tue, 24 Feb 2015 10:52:07 +0000 (10:52 +0000)
llvm-svn: 230322

libcxx/test/std/experimental/string.view/string.view.access/at.pass.cpp

index 0030afa..3003ea8 100644 (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>