Skip to content

Commit cd56eea

Browse files
committed
tests: misc: check_init_priorities: Update reference init level list
After removing the `zephyr,lvgl-pointer-input` device the init level entries have shifted by one entry. Update them accordingly. Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
1 parent 809ecd9 commit cd56eea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/misc/check_init_priorities/validate_check_init_priorities_output.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
REFERENCE_OUTPUT_INITLEVELS = [
1919
"EARLY",
2020
"PRE_KERNEL_1",
21-
"__init___device_dts_ord_32: init_fn_0(__device_dts_ord_32)",
22-
"__init___device_dts_ord_33: init_fn_1(__device_dts_ord_33)",
21+
"__init___device_dts_ord_31: init_fn_0(__device_dts_ord_31)",
22+
"__init___device_dts_ord_32: init_fn_1(__device_dts_ord_32)",
23+
"__init___device_dts_ord_33: NULL(__device_dts_ord_33)",
2324
"__init___device_dts_ord_34: NULL(__device_dts_ord_34)",
24-
"__init___device_dts_ord_35: NULL(__device_dts_ord_35)",
2525
"__init_posix_arch_console_init: posix_arch_console_init(NULL)",
2626
"PRE_KERNEL_2",
2727
"__init_sys_clock_driver_init: sys_clock_driver_init(NULL)",

0 commit comments

Comments
 (0)