From 56dbdd3312f5a20403a59574ac93c8330d9c83ba Mon Sep 17 00:00:00 2001 From: AntonRydahl Date: Fri, 10 Nov 2023 10:44:15 -0800 Subject: [PATCH] Adding libcpp-has-no-incomplete-pstl to test --- .../libcxx/algorithms/pstl.transform_reduce.string.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/test/libcxx/algorithms/pstl.transform_reduce.string.pass.cpp b/libcxx/test/libcxx/algorithms/pstl.transform_reduce.string.pass.cpp index e9288e486df478..7d9a10d544c167 100644 --- a/libcxx/test/libcxx/algorithms/pstl.transform_reduce.string.pass.cpp +++ b/libcxx/test/libcxx/algorithms/pstl.transform_reduce.string.pass.cpp @@ -9,7 +9,7 @@ // This test verifies that you can make string reductions with parallel // algorithms -// UNSUPPORTED: c++03, c++11, c++14, c++17 +// UNSUPPORTED: c++03, c++11, c++14, c++17, libcpp-has-no-incomplete-pstl #include #include