diff options
Diffstat (limited to 'pstl/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp')
-rw-r--r-- | pstl/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp index 0a2a4468e7d..9b47cca54c0 100644 --- a/pstl/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp +++ b/pstl/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp @@ -76,7 +76,7 @@ test(T trash, const T& value, Convert convert, bool check_weakness = true) } } -int32_t +int main() { |