summaryrefslogtreecommitdiff
path: root/test/static_if_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/static_if_error.c')
-rw-r--r--test/static_if_error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/static_if_error.c b/test/static_if_error.c
index 65882b3bbd..99765ece99 100644
--- a/test/static_if_error.c
+++ b/test/static_if_error.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.
*/
@@ -24,7 +24,7 @@
/* This is intended to cause a compilation error. */
TEST_MACRO(CONFIG_FOO) __maybe_unused int foo;
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
test_reset();