diff options
Diffstat (limited to 'pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp')
-rw-r--r-- | pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp index 7bd2444c5f4..668f970ef0f 100644 --- a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp +++ b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp @@ -117,7 +117,7 @@ test() } } -int32_t +int main() { // clang-3.8 fails to correctly auto vectorize the loop in some cases of different types of container's elements, |