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/thread/futures/futures.future_error/what.pass.cpp | |
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/thread/futures/futures.future_error/what.pass.cpp')
-rw-r--r-- | libcxx/test/std/thread/futures/futures.future_error/what.pass.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/test/std/thread/futures/futures.future_error/what.pass.cpp b/libcxx/test/std/thread/futures/futures.future_error/what.pass.cpp index 1a66e4a618e..52d2e944a68 100644 --- a/libcxx/test/std/thread/futures/futures.future_error/what.pass.cpp +++ b/libcxx/test/std/thread/futures/futures.future_error/what.pass.cpp @@ -12,9 +12,9 @@ // LWG 2056 changed the values of future_errc, so if we're using new headers // with an old library we'll get incorrect messages. // -// XFAIL: with_system_lib=x86_64-apple-darwin11 -// XFAIL: with_system_lib=x86_64-apple-darwin12 -// XFAIL: with_system_lib=x86_64-apple-darwin13 +// XFAIL: with_system_cxx_lib=x86_64-apple-darwin11 +// XFAIL: with_system_cxx_lib=x86_64-apple-darwin12 +// XFAIL: with_system_cxx_lib=x86_64-apple-darwin13 // <future> |