On Wed, 3 Nov 2021 at 17:23, Marek Behún <[email protected]> wrote: > > From: Marek Behún <[email protected]> > > Use the ut_asserteq_str() assertion instead of strcmp() function and > ut_assertok()ing it's result. > > Signed-off-by: Marek Behún <[email protected]> > --- > test/dm/cpu.c | 4 ++-- > test/dm/soc.c | 4 ++-- > test/dm/sysinfo.c | 6 +++--- > test/dm/usb.c | 2 +- > test/dm/virtio.c | 2 +- > test/print_ut.c | 32 ++++++++++++++++---------------- > 6 files changed, 25 insertions(+), 25 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

