aboutsummaryrefslogtreecommitdiffstats
path: root/t/md2.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/md2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/md2.c b/t/md2.c
index e5f12d0..eeb1578 100644
--- a/t/md2.c
+++ b/t/md2.c
@@ -29,5 +29,5 @@ static struct testcase testcases[] = {
int
main(void)
{
- TEST_MAIN("MD2", MD2);
+ TEST_MAIN("MD2", MD2, 0);
}