u-boot-brain/test/lib
Simon Goldschmidt b0b1768e1b test: hexdump: fix misplaced return
One of the hexdump tests in test/lib/hexdump.c returns right at the
start of the function without testing anything.

Fix this by moving the 'return 0;' statement to the end of the function.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-12-12 12:14:21 -05:00
..
hexdump.c test: hexdump: fix misplaced return 2018-12-12 12:14:21 -05:00
Makefile test: list: Add tests for hexdump.c 2018-09-28 18:27:10 +02:00