summaryrefslogtreecommitdiffstats
path: root/test/digest_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/digest_test.c')
-rw-r--r--test/digest_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/digest_test.c b/test/digest_test.c
index a4b2dc9..00a58d9 100644
--- a/test/digest_test.c
+++ b/test/digest_test.c
@@ -80,7 +80,7 @@ test_ptr(void)
assert(zix_digest_add(zix_digest_start(), data, 8 * sizeof(void*)) == d);
}
-int
+ZIX_PURE_FUNC int
main(void)
{
test_bytes();