mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
unit_tests: fix missing test names
This commit is contained in:
@@ -123,7 +123,7 @@ static void test_keccak_hmac(const size_t * chunks)
|
||||
}
|
||||
|
||||
|
||||
TEST(keccak_hmac, )
|
||||
TEST(keccak_hmac, nullptr)
|
||||
{
|
||||
test_keccak_hmac(nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user