diff options
Diffstat (limited to 'libcxx/test/thread/futures/futures.future_error/what.pass.cpp')
-rw-r--r-- | libcxx/test/thread/futures/futures.future_error/what.pass.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/test/thread/futures/futures.future_error/what.pass.cpp b/libcxx/test/thread/futures/futures.future_error/what.pass.cpp index 1dd77fad0cd..5e543504df8 100644 --- a/libcxx/test/thread/futures/futures.future_error/what.pass.cpp +++ b/libcxx/test/thread/futures/futures.future_error/what.pass.cpp @@ -10,9 +10,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: x86_64-apple-darwin11 -// XFAIL: x86_64-apple-darwin12 -// XFAIL: x86_64-apple-darwin13 +// XFAIL: with_system_lib=x86_64-apple-darwin11 +// XFAIL: with_system_lib=x86_64-apple-darwin12 +// XFAIL: with_system_lib=x86_64-apple-darwin13 // <future> |