Skip to content

Commit 8081fb3

Browse files
gmarullfabiobaltieri
authored andcommitted
tests: subsys: pm: pwer_mgmt_multicore: remove PM_STATE_ACTIVE
pm_state_set() is never called with PM_STATE_ACTIVE. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent bc522af commit 8081fb3

File tree

1 file changed

+0
-3
lines changed
  • tests/subsys/pm/power_mgmt_multicore/src

1 file changed

+0
-3
lines changed

tests/subsys/pm/power_mgmt_multicore/src/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ void pm_state_set(enum pm_state state, uint8_t substate_id)
3434
ARG_UNUSED(substate_id);
3535

3636
switch (state_testing[_current_cpu->id]) {
37-
case PM_STATE_ACTIVE:
38-
zassert_equal(PM_STATE_ACTIVE, state);
39-
break;
4037
case PM_STATE_RUNTIME_IDLE:
4138
zassert_equal(PM_STATE_RUNTIME_IDLE, state);
4239
break;

0 commit comments

Comments
 (0)