From dbfa4f84ee35ab85566d4e417be51b45cf35754c Mon Sep 17 00:00:00 2001 From: xiphon Date: Tue, 18 Feb 2020 23:23:22 +0000 Subject: unit_tests: fix missing test names --- tests/unit_tests/hmac_keccak.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit_tests/hmac_keccak.cpp') 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); } -- cgit v1.2.3