dm: test: Correct assertion in dm_test_part()
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:13 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
commita0fb9de60d2fe64107ebadc85e73000e84a963ea
tree79d7aa74c8be1afedd43533f8ff1017312ab7a0b
parent3d01254140fc9e5e900d739cb97bd9fba6aa2b68
dm: test: Correct assertion in dm_test_part()

This obscures the line number. Update the test to avoid make sure that
the line which failed is displayed, so it is possible to diagnose the
failure.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/part.c