projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
511dcc3
)
test: cmd: setexpr: Fix a typo
author
Bin Meng
<bmeng.cn@gmail.com>
Wed, 17 Feb 2021 09:04:06 +0000
(17:04 +0800)
committer
Simon Glass
<sjg@chromium.org>
Mon, 22 Mar 2021 06:23:26 +0000
(19:23 +1300)
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>
test/cmd/setexpr.c
patch
|
blob
|
history
diff --git
a/test/cmd/setexpr.c
b/test/cmd/setexpr.c
index 27113c083c50f5eab28caf8593d9fd5c69a72add..c537e893538db858b3807956e289ad7cf949a18e 100644
(file)
--- a/
test/cmd/setexpr.c
+++ b/
test/cmd/setexpr.c
@@
-15,7
+15,7
@@
#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)
/* Test 'setexpr' command with simply setting integers */