mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
test: Fix sign for expected values
A number of BOOST_CHECK_EQUAL calls would result in warnings about signs.
This commit is contained in:
parent
27278dffe8
commit
c55aa4f27d
20 changed files with 144 additions and 144 deletions
|
|
@ -331,7 +331,7 @@ BOOST_AUTO_TEST_CASE(test_CheckQueue_Memory)
|
|||
control.Add(vChecks);
|
||||
}
|
||||
}
|
||||
BOOST_REQUIRE_EQUAL(MemoryCheck::fake_allocated_memory, 0);
|
||||
BOOST_REQUIRE_EQUAL(MemoryCheck::fake_allocated_memory, 0U);
|
||||
}
|
||||
tg.interrupt_all();
|
||||
tg.join_all();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue