summaryrefslogtreecommitdiff
path: root/test/rollback.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rollback.c')
-rw-r--r--test/rollback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rollback.c b/test/rollback.c
index e5a566c22f..77a3bff1d6 100644
--- a/test/rollback.c
+++ b/test/rollback.c
@@ -116,7 +116,7 @@ test_static int test_lock_rollback(void)
return EC_ERROR_UNKNOWN;
}
-void run_test(void)
+void run_test(int argc, char **argv)
{
ccprintf("Running rollback test\n");
RUN_TEST(test_lock_rollback);