commit | 10e51f84d4661c3df72aed8a1e6244740c54bc39 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Tue Jul 28 07:49:15 2015 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Tue Jul 28 07:49:15 2015 +0000 |
tree | 095d19e329d45071d9d622fcdf7b993812fa0a08 | |
parent | abd52cad847e56575e6692e7f43a76e510e67b7e [diff] [blame] |
Mark async tests as UNSUPPORTED in C++03 because it requires variadics llvm-svn: 243393
diff --git a/libcxx/test/std/thread/futures/futures.async/async.pass.cpp b/libcxx/test/std/thread/futures/futures.async/async.pass.cpp index c8a7425..6cfed59 100644 --- a/libcxx/test/std/thread/futures/futures.async/async.pass.cpp +++ b/libcxx/test/std/thread/futures/futures.async/async.pass.cpp
@@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // // UNSUPPORTED: libcpp-has-no-threads +// UNSUPPORTED: c++98, c++03 // <future>