summaryrefslogtreecommitdiff
path: root/test/usb_common_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/usb_common_test.c')
-rw-r--r--test/usb_common_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/usb_common_test.c b/test/usb_common_test.c
index 620e061f74..e385b57c16 100644
--- a/test/usb_common_test.c
+++ b/test/usb_common_test.c
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -194,7 +194,7 @@ int test_pd_extract_pdo_power(void)
return EC_SUCCESS;
}
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
RUN_TEST(test_pd_get_cc_state);
RUN_TEST(test_pd_extract_pdo_power);