diff options
Diffstat (limited to 'pstl/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp')
-rw-r--r-- | pstl/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<int32_t>(8 * sizeof(int32_t)); |