diff options
Diffstat (limited to 'pstl/test/std/algorithms/alg.nonmodifying/find.pass.cpp')
-rw-r--r-- | pstl/test/std/algorithms/alg.nonmodifying/find.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/test/std/algorithms/alg.nonmodifying/find.pass.cpp b/pstl/test/std/algorithms/alg.nonmodifying/find.pass.cpp index a5c213021fe..d6bcadb7bdd 100644 --- a/pstl/test/std/algorithms/alg.nonmodifying/find.pass.cpp +++ b/pstl/test/std/algorithms/alg.nonmodifying/find.pass.cpp @@ -80,7 +80,7 @@ class Weird Weird(int32_t val, OddTag) : value(val, OddTag()) {} }; -int32_t +int main() { // Note that the "hit" and "miss" functions here avoid overflow issues. |