aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/hmac_keccak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_tests/hmac_keccak.cpp')
-rw-r--r--tests/unit_tests/hmac_keccak.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/hmac_keccak.cpp b/tests/unit_tests/hmac_keccak.cpp
index 3898d4a7a..ec7c90dbe 100644
--- a/tests/unit_tests/hmac_keccak.cpp
+++ b/tests/unit_tests/hmac_keccak.cpp
@@ -123,7 +123,7 @@ static void test_keccak_hmac(const size_t * chunks)
}
-TEST(keccak_hmac, )
+TEST(keccak_hmac, nullptr)
{
test_keccak_hmac(nullptr);
}