summaryrefslogtreecommitdiff
path: root/test/panic_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/panic_data.c')
-rw-r--r--test/panic_data.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/panic_data.c b/test/panic_data.c
index 9abbcb7745..334b766dfc 100644
--- a/test/panic_data.c
+++ b/test/panic_data.c
@@ -1,11 +1,11 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "test_util.h"
-#include "assert.h"
+#include "builtin/assert.h"
#include "panic.h"
#include "system.h"
#include "task.h"
@@ -132,7 +132,7 @@ int task_test(void *unused)
return EC_SUCCESS;
}
-void run_test(int argc, char **argv)
+void run_test(int argc, const char **argv)
{
test_reset();
msleep(30); /* Wait for TASK_ID_TEST to initialize */