summaryrefslogtreecommitdiffstats
path: root/pstl/test/std/numerics/numeric.ops/reduce.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pstl/test/std/numerics/numeric.ops/reduce.pass.cpp')
-rw-r--r--pstl/test/std/numerics/numeric.ops/reduce.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/test/std/numerics/numeric.ops/reduce.pass.cpp b/pstl/test/std/numerics/numeric.ops/reduce.pass.cpp
index cd851aa0c1b..d4709c5ee1b 100644
--- a/pstl/test/std/numerics/numeric.ops/reduce.pass.cpp
+++ b/pstl/test/std/numerics/numeric.ops/reduce.pass.cpp
@@ -57,7 +57,7 @@ test_long_form(T init, BinaryOp binary_op, F f)
struct test_two_short_forms
{
-#if __PSTL_ICC_16_VC14_TEST_PAR_TBB_RT_RELEASE_64_BROKEN //dummy specialization by policy type, in case of broken configuration
+#if _PSTL_ICC_16_VC14_TEST_PAR_TBB_RT_RELEASE_64_BROKEN //dummy specialization by policy type, in case of broken configuration
template <typename Iterator>
void
operator()(pstl::execution::parallel_policy, Iterator first, Iterator last, Sum init, Sum expected)
OpenPOWER on IntegriCloud