summaryrefslogtreecommitdiff
path: root/zephyr/test/math/src/mask.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/math/src/mask.c')
-rw-r--r--zephyr/test/math/src/mask.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/zephyr/test/math/src/mask.c b/zephyr/test/math/src/mask.c
index c986834eb8..c38b756eda 100644
--- a/zephyr/test/math/src/mask.c
+++ b/zephyr/test/math/src/mask.c
@@ -3,13 +3,12 @@
* found in the LICENSE file.
*/
-#include "math.h"
-#include "math_util.h"
-
#include <inttypes.h>
-
#include <zephyr/ztest.h>
+#include "math.h"
+#include "math_util.h"
+
ZTEST_USER(math, bitmask_uint64)
{
zassert_equal(bitmask_uint64(-1), 0);