diff options
Diffstat (limited to 't/sha3_512.c')
-rw-r--r-- | t/sha3_512.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/sha3_512.c b/t/sha3_512.c index 356516f..b4e628d 100644 --- a/t/sha3_512.c +++ b/t/sha3_512.c @@ -38,5 +38,5 @@ static struct testcase testcases[] = { int main(void) { - TEST_MAIN("SHA3-512", SHA3_512); + TEST_MAIN("SHA3-512", SHA3_512, 1); } |