Skip to content

Commit 7d568fd

Browse files
authored
Merge pull request #190 from igchor/remove_print
Remove unnecessary print from tests
2 parents 48b2b4f + 647acf1 commit 7d568fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/poolFixtures.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ void pow2AlignedAllocHelper(umf_memory_pool_handle_t pool) {
139139
static constexpr size_t maxAlignment = (1u << 22);
140140
static constexpr size_t numAllocs = 4;
141141
for (size_t alignment = 1; alignment <= maxAlignment; alignment <<= 1) {
142-
std::cout << alignment << std::endl;
143142
std::vector<void *> allocs;
144143

145144
for (size_t alloc = 0; alloc < numAllocs; alloc++) {

0 commit comments

Comments
 (0)