about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index 2af1203a0a..37a9a4efab 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -94,7 +94,7 @@ tests-exclude-mcheck = tst-mallocstate \
 	tst-malloc_info \
 	tst-memalign \
 	tst-posix_memalign \
-	tst-posix-realloc
+	tst-realloc
 
 tests-mcheck = $(filter-out $(tests-exclude-mcheck), $(tests))