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:
Bin Meng 2021-02-17 17:04:06 +08:00 committed by Simon Glass
parent 511dcc3b90
commit f0d0497297
1 changed files with 1 additions and 1 deletions

View File

@ -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 */