From 249c1c7407ab6cd489ddce14f5574bc8c094c9bc Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Thu, 18 Jul 2019 20:21:52 +0000 Subject: [pstl] Declare main() as returning int, not int32_t llvm-svn: 366490 --- pstl/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pstl/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp') 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() { -- cgit v1.2.3