commit | f7d36ac5f053e6d01c455dcf5cd708da18d94fa3 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Tue Feb 24 10:52:07 2015 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Tue Feb 24 10:52:07 2015 +0000 |
tree | f1ee2bedecd88b854617aca07c03d76e5fd0ada8 | |
parent | 2f8524455380982de450494ed35a7338c3454792 [diff] [blame] |
Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for the fix llvm-svn: 230322
diff --git a/libcxx/test/std/experimental/string.view/string.view.access/at.pass.cpp b/libcxx/test/std/experimental/string.view/string.view.access/at.pass.cpp index 0030afa..3003ea8 100644 --- a/libcxx/test/std/experimental/string.view/string.view.access/at.pass.cpp +++ b/libcxx/test/std/experimental/string.view/string.view.access/at.pass.cpp
@@ -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>