summaryrefslogtreecommitdiff
path: root/test/cmd/mem_copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmd/mem_copy.c')
-rw-r--r--test/cmd/mem_copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd/mem_copy.c b/test/cmd/mem_copy.c
index 67eca328777..3e904fc4e4b 100644
--- a/test/cmd/mem_copy.c
+++ b/test/cmd/mem_copy.c
@@ -12,7 +12,7 @@
#define BUF_SIZE 256
/* Declare a new mem test */
-#define MEM_TEST(_name) UNIT_TEST(_name, 0, mem_test)
+#define MEM_TEST(_name) UNIT_TEST(_name, 0, mem)
struct param {
int d, s, count;