summaryrefslogtreecommitdiff
path: root/test/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/thermal.c')
-rw-r--r--test/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/thermal.c b/test/thermal.c
index 6f6a7cd358..2ffd4fe6ad 100644
--- a/test/thermal.c
+++ b/test/thermal.c
@@ -642,7 +642,7 @@ static int test_thermistor_linear_interpolate(void)
return EC_SUCCESS;
}
-void run_test(void)
+void run_test(int argc, char **argv)
{
RUN_TEST(test_init_val);
RUN_TEST(test_sensors_can_be_read);