diff options
Diffstat (limited to 'pstl/test/std/algorithms/alg.nonmodifying/count.pass.cpp')
-rw-r--r-- | pstl/test/std/algorithms/alg.nonmodifying/count.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/test/std/algorithms/alg.nonmodifying/count.pass.cpp b/pstl/test/std/algorithms/alg.nonmodifying/count.pass.cpp index f40d59c9b55..7ec77f37604 100644 --- a/pstl/test/std/algorithms/alg.nonmodifying/count.pass.cpp +++ b/pstl/test/std/algorithms/alg.nonmodifying/count.pass.cpp @@ -90,7 +90,7 @@ struct test_non_const } }; -int32_t +int main() { test<int32_t>(42, IsEqual<int32_t>(50, OddTag()), [](int32_t j) { return j; }); |