From 4d88b17b3f282b1023400837c3249c9f27774eca Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 16 Apr 2019 14:38:08 +0000 Subject: [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 --- .../algorithms/alg.modifying.operations/transform_binary.pass.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pstl/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp') diff --git a/pstl/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp index d44284de4e5..e440d6708c8 100644 --- a/pstl/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp +++ b/pstl/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp @@ -9,13 +9,8 @@ #include "support/pstl_test_config.h" -#ifdef PSTL_STANDALONE_TESTS -#include "pstl/execution" -#include "pstl/algorithm" -#else #include #include -#endif // PSTL_STANDALONE_TESTS #include "support/utils.h" -- cgit v1.2.3