summaryrefslogtreecommitdiffstats
path: root/pstl/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-07-18 20:22:28 +0000
committerLouis Dionne <ldionne@apple.com>2019-07-18 20:22:28 +0000
commit01963cec9b3fbc8ec98da449180d95be224dfadd (patch)
treeeb8fa0aff7173862b588f43301e80985513dd02e /pstl/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
parent96f497081351e01f70af275abbf98847d25a5158 (diff)
downloadbcm5719-llvm-01963cec9b3fbc8ec98da449180d95be224dfadd.tar.gz
bcm5719-llvm-01963cec9b3fbc8ec98da449180d95be224dfadd.zip
[NFC][pstl] Run clang-format on the sources, including the tests
llvm-svn: 366492
Diffstat (limited to 'pstl/test/std/algorithms/alg.modifying.operations/generate.pass.cpp')
-rw-r--r--pstl/test/std/algorithms/alg.modifying.operations/generate.pass.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/generate.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
index d3375ec5b20..4561f3c6dce 100644
--- a/pstl/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
+++ b/pstl/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
@@ -58,8 +58,7 @@ struct test_generate
const auto m = n / 2;
auto actual_last = generate_n(exec, first, m, g);
Size count = std::count(first, actual_last, g.default_value());
- EXPECT_TRUE(count == m && actual_last == std::next(first, m),
- "generate_n wrong result for generate_n");
+ EXPECT_TRUE(count == m && actual_last == std::next(first, m), "generate_n wrong result for generate_n");
std::fill(first, actual_last, T(0));
}
}
OpenPOWER on IntegriCloud