diff options
| author | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-01-14 23:38:12 +0000 |
|---|---|---|
| committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-01-14 23:38:12 +0000 |
| commit | eb7b5e74d4380e4e5b758c816e43e31fc1155517 (patch) | |
| tree | bfeea8190733cfd22cdd9bc27df9174335462ae4 /libcxx/test/std/re | |
| parent | dba7329ebb0dbe1fabb3faaedfd31da3b8bd611d (diff) | |
| download | bcm5719-llvm-eb7b5e74d4380e4e5b758c816e43e31fc1155517.tar.gz bcm5719-llvm-eb7b5e74d4380e4e5b758c816e43e31fc1155517.zip | |
Rename system_lib -> system_cxx_lib. NFC
llvm-svn: 226061
Diffstat (limited to 'libcxx/test/std/re')
| -rw-r--r-- | libcxx/test/std/re/re.traits/translate_nocase.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/re/re.traits/translate_nocase.pass.cpp b/libcxx/test/std/re/re.traits/translate_nocase.pass.cpp index 0692e000d3f..f9fa38ddf26 100644 --- a/libcxx/test/std/re/re.traits/translate_nocase.pass.cpp +++ b/libcxx/test/std/re/re.traits/translate_nocase.pass.cpp @@ -16,8 +16,8 @@ // REQUIRES: locale.en_US.UTF-8 -// XFAIL: with_system_lib=x86_64-apple-darwin11 -// XFAIL: with_system_lib=x86_64-apple-darwin12 +// XFAIL: with_system_cxx_lib=x86_64-apple-darwin11 +// XFAIL: with_system_cxx_lib=x86_64-apple-darwin12 // TODO: investigation needed // XFAIL: linux-gnu |

