summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/cros_cbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/cros_cbi.c')
-rw-r--r--zephyr/test/drivers/default/src/cros_cbi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/drivers/default/src/cros_cbi.c b/zephyr/test/drivers/default/src/cros_cbi.c
index 2669abe21e..e92765cb52 100644
--- a/zephyr/test/drivers/default/src/cros_cbi.c
+++ b/zephyr/test/drivers/default/src/cros_cbi.c
@@ -3,12 +3,12 @@
* found in the LICENSE file.
*/
-#include "cros_cbi.h"
-#include "test/drivers/test_state.h"
-
#include <zephyr/device.h>
#include <zephyr/ztest.h>
+#include "cros_cbi.h"
+#include "test/drivers/test_state.h"
+
ZTEST(cros_cbi, test_check_match)
{
int value;