summaryrefslogtreecommitdiff
path: root/zephyr/test/math/src/suite.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/math/src/suite.c')
-rw-r--r--zephyr/test/math/src/suite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/math/src/suite.c b/zephyr/test/math/src/suite.c
index 75b8e84bde..95da93b113 100644
--- a/zephyr/test/math/src/suite.c
+++ b/zephyr/test/math/src/suite.c
@@ -1,8 +1,8 @@
-/* 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 <ztest.h>
+#include <zephyr/ztest.h>
ZTEST_SUITE(math, NULL, NULL, NULL, NULL, NULL);