dtoc: Correct the intarray-widening test case
authorSimon Glass <sjg@chromium.org>
Mon, 2 Aug 2021 13:37:54 +0000 (07:37 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 8 Aug 2021 17:27:27 +0000 (11:27 -0600)
commite679f39f7fc3eb083b2f957d748f81bbdc28f28c
tree425c25d8e65dd3bff20983e7a1ae178bd1856f13
parent5974718752d80d3772bd0ef45630ba4ea8c2eb64
dtoc: Correct the intarray-widening test case

This case was intended to check that widening an int array with an int
does nothing. Fix it.

Reported-by: Walter Lozano <walter.lozano@collabora.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Walter Lozano <walter.lozano@collabora.com>
tools/dtoc/test_fdt.py