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/keccak.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/unit_tests/keccak.cpp') diff --git a/tests/unit_tests/keccak.cpp b/tests/unit_tests/keccak.cpp index f4d41a8fa..a869fbaec 100644 --- a/tests/unit_tests/keccak.cpp +++ b/tests/unit_tests/keccak.cpp @@ -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}; -- cgit v1.2.3