mirror of
https://xff.cz/git/u-boot/
synced 2025-10-27 00:24:09 +01:00
test: Tidy a comment in the bloblist test
Fix up a copy error. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
/* Declare a new compression test */
|
/* Declare a new bloblist test */
|
||||||
#define BLOBLIST_TEST(_name, _flags) \
|
#define BLOBLIST_TEST(_name, _flags) \
|
||||||
UNIT_TEST(_name, _flags, bloblist_test)
|
UNIT_TEST(_name, _flags, bloblist_test)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user