summaryrefslogtreecommitdiff
path: root/test/is_enabled_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/is_enabled_error.c')
-rw-r--r--test/is_enabled_error.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/is_enabled_error.c b/test/is_enabled_error.c
index 3fcd80afe0..b5d6994c4d 100644
--- a/test/is_enabled_error.c
+++ b/test/is_enabled_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.
*
@@ -7,7 +7,7 @@
#include "common.h"
#include "test_util.h"
-#define CONFIG_VALUE TEST_VALUE
+#define CONFIG_VALUE TEST_VALUE
static int test_invalid_value(void)
{
@@ -17,7 +17,7 @@ static int test_invalid_value(void)
return EC_ERROR_UNKNOWN;
}
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
test_reset();