commit | 68a56baacc93eb25098b63657f2aa3cf51819dc1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:13 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:39 2023 -0500 |
tree | 79d7aa74c8be1afedd43533f8ff1017312ab7a0b | |
parent | e5314c14ec97855bb3367980480aeea5fa7ca62d [diff] |
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>