mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
tests: Simplify code by removing unwarranted use of unique_ptr:s
This commit is contained in:
parent
e57e67057a
commit
d3d4892ef4
8 changed files with 8 additions and 9 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
void initialize()
|
||||
{
|
||||
static const auto verify_handle = MakeUnique<ECCVerifyHandle>();
|
||||
static const ECCVerifyHandle verify_handle;
|
||||
}
|
||||
|
||||
void test_one_input(const std::vector<uint8_t>& buffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue