Skip to content

Commit

Permalink
fix: build error because empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg033 committed Nov 16, 2023
1 parent d53b4f2 commit 96c3321
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit_tests/keccak.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ extern "C" {
keccak_finish(&ctx, md1); \
ASSERT_EQ(memcmp(md0, md1, 32), 0);

TEST(keccak, )
{
}

TEST(keccak, 0_and_0)
{
Expand Down

0 comments on commit 96c3321

Please sign in to comment.