summaryrefslogtreecommitdiff
path: root/include/test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/test_util.h')
-rw-r--r--include/test_util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/test_util.h b/include/test_util.h
index efdee22cc6..004e8aaf0d 100644
--- a/include/test_util.h
+++ b/include/test_util.h
@@ -19,9 +19,8 @@ extern "C" {
#include "stack_trace.h"
#ifdef CONFIG_ZTEST
-#include "ec_tasks.h"
-
#include <zephyr/ztest.h>
+#include "ec_tasks.h"
#endif /* CONFIG_ZTEST */
/* This allows tests to be easily commented out in run_test for debugging */
@@ -125,7 +124,6 @@ enum test_state_t {
TEST_STATE_STEP_7,
TEST_STATE_STEP_8,
TEST_STATE_STEP_9,
- TEST_STATE_STEP_10,
TEST_STATE_PASSED,
TEST_STATE_FAILED,
};