aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/keccak.cpp
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-02-18 23:23:22 +0000
committerxiphon <xiphon@protonmail.com>2020-02-18 23:56:21 +0000
commitdbfa4f84ee35ab85566d4e417be51b45cf35754c (patch)
tree5f03b45fa97e91c2489bdaa8311820f980b0ba8e /tests/unit_tests/keccak.cpp
parentMerge pull request #6048 (diff)
downloadmonero-dbfa4f84ee35ab85566d4e417be51b45cf35754c.tar.xz
unit_tests: fix missing test names
Diffstat (limited to 'tests/unit_tests/keccak.cpp')
-rw-r--r--tests/unit_tests/keccak.cpp4
1 files changed, 0 insertions, 4 deletions
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};