summaryrefslogtreecommitdiffstats
path: root/tests/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers')
-rw-r--r--tests/helpers/test_byteswap.c2
-rw-r--r--tests/helpers/test_md5.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/helpers/test_byteswap.c b/tests/helpers/test_byteswap.c
index 3932d5a13..7467ed270 100644
--- a/tests/helpers/test_byteswap.c
+++ b/tests/helpers/test_byteswap.c
@@ -48,7 +48,7 @@ uint64_t ary64[] = {
0x0000000000000000, 0x0000000000000000
};
-int main(int argc, char **argv)
+int main()
{
int i;
int errors = 0;
diff --git a/tests/helpers/test_md5.c b/tests/helpers/test_md5.c
index 7f1e4f358..0f37afdc0 100644
--- a/tests/helpers/test_md5.c
+++ b/tests/helpers/test_md5.c
@@ -4,8 +4,7 @@
#include "md5.h"
-int
-main(int argc, char *argv[])
+int main()
{
int i, ret;
struct MD5Context ctx;