diff options
author | Howard Hinnant <hhinnant@apple.com> | 2011-05-18 00:47:00 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2011-05-18 00:47:00 +0000 |
commit | c2bf9e185179941f70739de9278c4c82cfebbe58 (patch) | |
tree | 6a0b193352e930bdc63334e30c3fc0dea4b60832 /libcxx/test | |
parent | b9ed18f2cb9df4c14feecb574fbffff9ce75644a (diff) | |
download | bcm5719-llvm-c2bf9e185179941f70739de9278c4c82cfebbe58.tar.gz bcm5719-llvm-c2bf9e185179941f70739de9278c4c82cfebbe58.zip |
This commit was accidental. Reverting.
llvm-svn: 131514
Diffstat (limited to 'libcxx/test')
-rw-r--r-- | libcxx/test/thread/futures/futures.async/async.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/thread/futures/futures.async/async.pass.cpp b/libcxx/test/thread/futures/futures.async/async.pass.cpp index 32dfeebc3cf..697eb089c62 100644 --- a/libcxx/test/thread/futures/futures.async/async.pass.cpp +++ b/libcxx/test/thread/futures/futures.async/async.pass.cpp @@ -164,7 +164,7 @@ int main() Clock::time_point t1 = Clock::now(); assert(t1-t0 < ms(100)); } -/* + { std::future<std::unique_ptr<int>> f = std::async(f4, std::unique_ptr<int>(new int(3))); @@ -174,4 +174,4 @@ int main() Clock::time_point t1 = Clock::now(); assert(t1-t0 < ms(100)); } -*/} +} |