aboutsummaryrefslogtreecommitdiff
path: root/pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-04-16 14:38:08 +0000
committerLouis Dionne <ldionne@apple.com>2019-04-16 14:38:08 +0000
commit4d88b17b3f282b1023400837c3249c9f27774eca (patch)
treeeea1898f3c643cb48b3fd9d9d8e465098b016540 /pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
parent417c88940959788bd91883b0199b9c53c67e4e29 (diff)
downloadllvm-4d88b17b3f282b1023400837c3249c9f27774eca.zip
llvm-4d88b17b3f282b1023400837c3249c9f27774eca.tar.gz
llvm-4d88b17b3f282b1023400837c3249c9f27774eca.tar.bz2
[pstl] Remove the stdlib headers from the PSTL and move them to the tests
Summary: PSTL should not provide those headers since they belong to the standard library. Instead, we define a dummy standard library in the tests that provides those headers. Reviewers: rodgert, MikeDvorskiy Subscribers: mgorny, jkorous, dexonsmith, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D60535 llvm-svn: 358497
Diffstat (limited to 'pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp')
-rw-r--r--pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
index c54d97a..18ba11b 100644
--- a/pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
+++ b/pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
@@ -11,13 +11,8 @@
#include "support/pstl_test_config.h"
-#ifdef PSTL_STANDALONE_TESTS
-#include "pstl/execution"
-#include "pstl/algorithm"
-#else
#include <execution>
#include <algorithm>
-#endif // PSTL_STANDALONE_TESTS
#include "support/utils.h"