diff options
| author | Eric Fiselier <eric@efcs.ca> | 2015-02-24 10:52:07 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2015-02-24 10:52:07 +0000 |
| commit | f7d36ac5f053e6d01c455dcf5cd708da18d94fa3 (patch) | |
| tree | f1ee2bedecd88b854617aca07c03d76e5fd0ada8 /libcxx | |
| parent | 2f8524455380982de450494ed35a7338c3454792 (diff) | |
| download | bcm5719-llvm-f7d36ac5f053e6d01c455dcf5cd708da18d94fa3.tar.gz bcm5719-llvm-f7d36ac5f053e6d01c455dcf5cd708da18d94fa3.zip | |
Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for the fix
llvm-svn: 230322
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/test/std/experimental/string.view/string.view.access/at.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 0030afa5df8..3003ea83547 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> |

