Cleanup debug print in test
All checks were successful
ci/woodpecker/push/test Pipeline was successful
All checks were successful
ci/woodpecker/push/test Pipeline was successful
This commit is contained in:
parent
8bbe5591c3
commit
06078006f6
1 changed files with 0 additions and 3 deletions
|
@ -68,9 +68,6 @@ void test_do_filter() {
|
||||||
|
|
||||||
do_filter(candidates, wrong, green, yellow);
|
do_filter(candidates, wrong, green, yellow);
|
||||||
|
|
||||||
std::for_each(candidates.begin(), candidates.end(),
|
|
||||||
[&](auto &word) { std::cout << word << std::endl; });
|
|
||||||
|
|
||||||
assert(candidates == std::vector<std::string>{"apple"});
|
assert(candidates == std::vector<std::string>{"apple"});
|
||||||
std::cout << "test_do_filter passed.\n";
|
std::cout << "test_do_filter passed.\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue