summaryrefslogtreecommitdiff
path: root/zephyr/test/math/src/fixed_point_int_sqrtf.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/math/src/fixed_point_int_sqrtf.c')
-rw-r--r--zephyr/test/math/src/fixed_point_int_sqrtf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zephyr/test/math/src/fixed_point_int_sqrtf.c b/zephyr/test/math/src/fixed_point_int_sqrtf.c
index 4403980a96..a76567b9d7 100644
--- a/zephyr/test/math/src/fixed_point_int_sqrtf.c
+++ b/zephyr/test/math/src/fixed_point_int_sqrtf.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, int_sqrtf_negative)
{
zassert_equal(int_sqrtf(-100), 0);