]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit179fe1e609746f3485382b656704f1f931e0c8f7
tree79d7aa74c8be1afedd43533f8ff1017312ab7a0b
parent9f226c9862811ab23b7c0165bcb3245a9b761e37
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