mirror of
https://github.com/monero-project/monero.git
synced 2025-05-03 16:34:55 -04:00
unit_tests: fix missing test names
This commit is contained in:
parent
6b2b1d6368
commit
dbfa4f84ee
2 changed files with 1 additions and 5 deletions
|
@ -54,10 +54,6 @@ extern "C" {
|
|||
keccak_finish(&ctx, md1); \
|
||||
ASSERT_EQ(memcmp(md0, md1, 32), 0);
|
||||
|
||||
TEST(keccak, )
|
||||
{
|
||||
}
|
||||
|
||||
TEST(keccak, 0_and_0)
|
||||
{
|
||||
static const size_t chunks[] = {0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue