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.nonmodifying/any_of.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pstl/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp') diff --git a/pstl/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp b/pstl/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp index c06dc409ced..1430de9b63d 100644 --- a/pstl/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp +++ b/pstl/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp @@ -86,7 +86,7 @@ struct test_non_const } }; -int32_t +int main() { test(8 * sizeof(int32_t)); -- cgit v1.2.3