[PATCH] D60525: [pstl] Fix header inclusion order failures
Mikhail Dvorskiy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 01:50:05 PDT 2019
MikeDvorskiy added a comment.
I have no objections in general..
But let add the line
std::cout << done() << std::endl;
before return 0;
1. our test system searching for a special marker in a log - "done" or "passed"; otherwise a test is failed.
2. to be consistent with the rest test units.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60525/new/
https://reviews.llvm.org/D60525
More information about the llvm-commits
mailing list