summaryrefslogtreecommitdiff
path: root/zephyr/test/math/src/vector.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/math/src/vector.c')
-rw-r--r--zephyr/test/math/src/vector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/math/src/vector.c b/zephyr/test/math/src/vector.c
index e588be52af..87dad3a78d 100644
--- a/zephyr/test/math/src/vector.c
+++ b/zephyr/test/math/src/vector.c
@@ -3,11 +3,11 @@
* found in the LICENSE file.
*/
+#include <zephyr/ztest.h>
+
#include "math.h"
#include "math_util.h"
-#include <zephyr/ztest.h>
-
ZTEST_USER(math, cosine_of_angle_diff__zero_magnitude_vector)
{
intv3_t v0 = { 0, 0, 0 };