summaryrefslogtreecommitdiff
path: root/test/rollback_entropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rollback_entropy.c')
-rw-r--r--test/rollback_entropy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rollback_entropy.c b/test/rollback_entropy.c
index ce846e80a5..88626e16c2 100644
--- a/test/rollback_entropy.c
+++ b/test/rollback_entropy.c
@@ -182,7 +182,7 @@ test_static int test_add_entropy(void)
return rv;
}
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
ccprintf("Running rollback_entropy test\n");
RUN_TEST(test_add_entropy);