mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
test: cmd: setexpr: Fix a typo
SETEXPR_TEST is for a new setexpr test, not mem. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
511dcc3b90
commit
f0d0497297
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#define BUF_SIZE 0x100
|
#define BUF_SIZE 0x100
|
||||||
|
|
||||||
/* Declare a new mem test */
|
/* Declare a new setexpr test */
|
||||||
#define SETEXPR_TEST(_name, _flags) UNIT_TEST(_name, _flags, setexpr_test)
|
#define SETEXPR_TEST(_name, _flags) UNIT_TEST(_name, _flags, setexpr_test)
|
||||||
|
|
||||||
/* Test 'setexpr' command with simply setting integers */
|
/* Test 'setexpr' command with simply setting integers */
|
||||||
|
|
Loading…
Reference in a new issue