aboutsummaryrefslogtreecommitdiff
path: root/pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-07-18 20:21:52 +0000
committerLouis Dionne <ldionne@apple.com>2019-07-18 20:21:52 +0000
commit249c1c7407ab6cd489ddce14f5574bc8c094c9bc (patch)
tree68059cc3eefbb28e0d486eefbb4ae5b8751f08d2 /pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
parentf893d5bf0f313b718f6209d666e5a6e32eed961e (diff)
downloadllvm-249c1c7407ab6cd489ddce14f5574bc8c094c9bc.zip
llvm-249c1c7407ab6cd489ddce14f5574bc8c094c9bc.tar.gz
llvm-249c1c7407ab6cd489ddce14f5574bc8c094c9bc.tar.bz2
[pstl] Declare main() as returning int, not int32_t
llvm-svn: 366490
Diffstat (limited to 'pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp')
-rw-r--r--pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
index 1ef1a9c..8aa616e 100644
--- a/pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
+++ b/pstl/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
@@ -185,7 +185,7 @@ test(T trash, Convert convert)
}
}
-int32_t
+int
main()
{
test<int32_t>(-666, [](size_t j) { return int32_t(j); });